mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-04 15:07:47 +00:00
refactor/polish ~ fix cargo clippy
complaints (remove useless lint attribute)
This commit is contained in:
parent
aa2ed76846
commit
334406028c
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
//! Traits and enums dealing with Tokenization of printf Format String
|
||||
use itertools::PutBackN;
|
||||
#[allow(unused_must_use)]
|
||||
use std::iter::Peekable;
|
||||
use std::slice::Iter;
|
||||
use std::str::Chars;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue