mirror of
https://github.com/nushell/nushell.git
synced 2025-02-21 21:11:49 +01:00
clippy errors
This commit is contained in:
parent
cb0914ecb0
commit
29771c7d23
@ -98,7 +98,7 @@ fn eval_external(
|
||||
})
|
||||
.collect();
|
||||
|
||||
command.run(&context, &call, input)
|
||||
command.run(context, &call, input)
|
||||
}
|
||||
|
||||
pub fn eval_expression(
|
||||
|
Loading…
Reference in New Issue
Block a user