diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-10-26 01:52:50 -0400 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-10-26 01:52:50 -0400 |
| commit | 990aa475abf66ecdfa7e3ede23d5eae90d11ae9b (patch) | |
| tree | fd4151277b49b1dccdcfeb5f9b9b08bd6f316ce2 /src | |
| parent | 3424168f3f1593997ba134563f5a3ef236f6cba4 (diff) | |
| download | gentoo-utils-990aa475abf66ecdfa7e3ede23d5eae90d11ae9b.tar.gz | |
fix lints
Diffstat (limited to 'src')
| -rw-r--r-- | src/atom/mod.rs | 2 | ||||
| -rw-r--r-- | src/depend/parsers.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/atom/mod.rs b/src/atom/mod.rs index 4ff9039..1f9c351 100644 --- a/src/atom/mod.rs +++ b/src/atom/mod.rs @@ -1,5 +1,5 @@ use core::{ - fmt::{self, write}, + fmt::{self}, option::Option, }; 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, |
