summaryrefslogtreecommitdiff
path: root/tests
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 /tests
parent3424168f3f1593997ba134563f5a3ef236f6cba4 (diff)
downloadgentoo-utils-990aa475abf66ecdfa7e3ede23d5eae90d11ae9b.tar.gz
fix lints
Diffstat (limited to 'tests')
-rw-r--r--tests/depend.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/depend.rs b/tests/depend.rs
index f459f77..1843570 100644
--- a/tests/depend.rs
+++ b/tests/depend.rs
@@ -1,5 +1,5 @@
use gentoo_utils::depend;
-use mon::{eof, input::InputIter, tag, Parser};
+use mon::{Parser, eof, input::InputIter, tag};
use std::fs;
#[test]