We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8df09 commit 6ffcb44Copy full SHA for 6ffcb44
zix-manager/src/main.rs
@@ -1,7 +1,5 @@
1
pub mod meta;
2
-use std::env;
3
-
4
-use zix_utils::parser::{self, parser};
+use zix_utils::parser::parser;
5
6
enum ZixManagerCommands {
7
Help,
0 commit comments