mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 08:45:45 +02:00
Fix warning
This commit is contained in:
@ -153,6 +153,7 @@ impl InternalCommand {
|
||||
|
||||
crate struct ExternalCommand {
|
||||
crate name: String,
|
||||
#[allow(unused)]
|
||||
crate name_span: Option<Span>,
|
||||
crate args: Vec<Spanned<String>>,
|
||||
}
|
||||
|
Reference in New Issue
Block a user