mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
Fix warning
This commit is contained in:
parent
d7c49fa3be
commit
3121f1c20f
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ impl InternalCommand {
|
|||
|
||||
crate struct ExternalCommand {
|
||||
crate name: String,
|
||||
#[allow(unused)]
|
||||
crate name_span: Option<Span>,
|
||||
crate args: Vec<Spanned<String>>,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue