mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
clippy errors
This commit is contained in:
@ -98,7 +98,7 @@ fn eval_external(
|
||||
})
|
||||
.collect();
|
||||
|
||||
command.run(&context, &call, input)
|
||||
command.run(context, &call, input)
|
||||
}
|
||||
|
||||
pub fn eval_expression(
|
||||
|
Reference in New Issue
Block a user