summaryrefslogtreecommitdiff
path: root/src/depend
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-10-26 01:52:50 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-10-26 01:52:50 -0400
commit990aa475abf66ecdfa7e3ede23d5eae90d11ae9b (patch)
treefd4151277b49b1dccdcfeb5f9b9b08bd6f316ce2 /src/depend
parent3424168f3f1593997ba134563f5a3ef236f6cba4 (diff)
downloadgentoo-utils-990aa475abf66ecdfa7e3ede23d5eae90d11ae9b.tar.gz
fix lints
Diffstat (limited to 'src/depend')
-rw-r--r--src/depend/parsers.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/depend/parsers.rs b/src/depend/parsers.rs
index 4c23b02..637d6f9 100644
--- a/src/depend/parsers.rs
+++ b/src/depend/parsers.rs
@@ -1,4 +1,4 @@
-use mon::{DebugTracer, Parser, ParserResult, input::InputIter, mode::Emit, tag, whitespace1};
+use mon::{Parser, ParserResult, input::InputIter, tag, whitespace1};
use crate::{
atom,