mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 00:19:47 +02:00
clippy errors
This commit is contained in:
@@ -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,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user