forked from gentoo-utils/gentoo-utils
fix lints
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use core::{
|
||||
fmt::{self, write},
|
||||
fmt::{self},
|
||||
option::Option,
|
||||
};
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user