mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 10:18:11 +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…
Reference in a new issue