diff --git a/src/commands/classified.rs b/src/commands/classified.rs index 90cd8b36c4..f0c7263d6e 100644 --- a/src/commands/classified.rs +++ b/src/commands/classified.rs @@ -153,6 +153,7 @@ impl InternalCommand { crate struct ExternalCommand { crate name: String, + #[allow(unused)] crate name_span: Option, crate args: Vec>, }