forked from extern/nushell
Fix warning
This commit is contained in:
parent
d7c49fa3be
commit
3121f1c20f
@ -153,6 +153,7 @@ impl InternalCommand {
|
|||||||
|
|
||||||
crate struct ExternalCommand {
|
crate struct ExternalCommand {
|
||||||
crate name: String,
|
crate name: String,
|
||||||
|
#[allow(unused)]
|
||||||
crate name_span: Option<Span>,
|
crate name_span: Option<Span>,
|
||||||
crate args: Vec<Spanned<String>>,
|
crate args: Vec<Spanned<String>>,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user