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