mirror of
https://github.com/nushell/nushell
synced 2024-12-30 15:03:25 +00:00
clippy errors
This commit is contained in:
parent
96af23f370
commit
5a6aebfcb2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue