Skip to content

Commit 6ffcb44

Browse files
committed
refactor(manager): simplify parser import in main.rs
1 parent 4b8df09 commit 6ffcb44

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

zix-manager/src/main.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
pub mod meta;
2-
use std::env;
3-
4-
use zix_utils::parser::{self, parser};
2+
use zix_utils::parser::parser;
53

64
enum ZixManagerCommands {
75
Help,

0 commit comments

Comments
 (0)