mirror of
https://github.com/nushell/nushell.git
synced 2024-12-17 04:31:21 +01:00
clippy error
This commit is contained in:
parent
dadc354847
commit
6387401041
@ -167,7 +167,7 @@ fn print_value(value: Value, state: &EvaluationContext) -> Result<(), ShellError
|
||||
Some(decl_id) => {
|
||||
let table = engine_state
|
||||
.get_decl(decl_id)
|
||||
.run(&state, &Call::new(), value)?;
|
||||
.run(state, &Call::new(), value)?;
|
||||
table.into_string()
|
||||
}
|
||||
None => value.into_string(),
|
||||
|
Loading…
Reference in New Issue
Block a user