mirror of
https://github.com/nushell/nushell.git
synced 2024-11-16 05:23:44 +01:00
clippy errors
This commit is contained in:
parent
96af23f370
commit
5a6aebfcb2
@ -53,7 +53,7 @@ impl<'call, 'contex> ExternalCommand<'call, 'contex> {
|
||||
Ok(Self {
|
||||
name: &call.positional[0],
|
||||
args: &call.positional[1..],
|
||||
context: context,
|
||||
context,
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user