Skip to content

Commit 734830f

Browse files
committed
Remove redundant imports.
1 parent 4617beb commit 734830f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/buffer_proxy_iterator.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
use std::collections::VecDeque;
2-
use std::iter::Iterator;
32
use std::ops::RangeInclusive;
43

54
/// This iterator buffers characters until they can be determined to be clean of profanity.

src/trie.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ use crate::feature_cell::FeatureCell;
22
use crate::Map;
33
use crate::Type;
44
use lazy_static::lazy_static;
5-
use std::iter::FromIterator;
65
use std::ops::Deref;
76

87
lazy_static! {

0 commit comments

Comments
 (0)