We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4617beb commit 734830fCopy full SHA for 734830f
src/buffer_proxy_iterator.rs
@@ -1,5 +1,4 @@
1
use std::collections::VecDeque;
2
-use std::iter::Iterator;
3
use std::ops::RangeInclusive;
4
5
/// This iterator buffers characters until they can be determined to be clean of profanity.
src/trie.rs
@@ -2,7 +2,6 @@ use crate::feature_cell::FeatureCell;
use crate::Map;
use crate::Type;
use lazy_static::lazy_static;
-use std::iter::FromIterator;
6
use std::ops::Deref;
7
8
lazy_static! {
0 commit comments