Fix warning

This commit is contained in:
Jonathan Turner 2019-06-15 16:56:18 +12:00
parent d7c49fa3be
commit 3121f1c20f

View File

@ -153,6 +153,7 @@ impl InternalCommand {
crate struct ExternalCommand {
crate name: String,
#[allow(unused)]
crate name_span: Option<Span>,
crate args: Vec<Spanned<String>>,
}