mirror of
https://github.com/danbulant/nushell
synced 2026-05-27 14:02:24 +00:00
clippy errors
This commit is contained in:
parent
cb0914ecb0
commit
29771c7d23
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ fn eval_external(
|
||||||
})
|
})
|
||||||
.collect();
|
.collect();
|
||||||
|
|
||||||
command.run(&context, &call, input)
|
command.run(context, &call, input)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn eval_expression(
|
pub fn eval_expression(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue