refactor/polish ~ fix cargo clippy complaints (remove useless lint attribute)

This commit is contained in:
Roy Ivy III 2019-12-28 13:12:51 -06:00
parent aa2ed76846
commit 334406028c

View file

@ -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;