mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
Fix warning
This commit is contained in:
parent
d7c49fa3be
commit
3121f1c20f
@ -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 New Issue
Block a user