mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 12:46:00 +02:00
Fix warning
This commit is contained in:
@ -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>>,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user