aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/src/main.rs')
-rw-r--r--xtask/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/main.rs b/xtask/src/main.rs
index 853dbe78..0043474a 100644
--- a/xtask/src/main.rs
+++ b/xtask/src/main.rs
@@ -3,7 +3,7 @@ mod build;
mod cargo_commands;
mod command;
-use argument_parsing::{ExtraArguments, Globals, Package};
+use argument_parsing::{ExtraArguments, Globals};
use clap::Parser;
use command::OutputMode;
use core::fmt;