diff options
| author | datdenkikniet <jcdra1@gmail.com> | 2023-04-16 09:44:30 +0200 |
|---|---|---|
| committer | datdenkikniet <jcdra1@gmail.com> | 2023-04-16 13:08:46 +0200 |
| commit | 404867cdf92990cb0aba415dfbee97c7fef78b60 (patch) | |
| tree | ee3d95ad1f4699421a4145898261fad37da98aee /xtask/src/main.rs | |
| parent | 9dc9f492639daace5222562c124846fb0d3cb154 (diff) | |
CargoCommand can take any package
Diffstat (limited to 'xtask/src/main.rs')
| -rw-r--r-- | xtask/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/main.rs b/xtask/src/main.rs index 853dbe7..0043474 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; |
