Skip to content

Commit

Permalink
Remove redundant imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
finnbear committed Mar 14, 2024
1 parent 4617beb commit 734830f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/buffer_proxy_iterator.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use std::collections::VecDeque;
use std::iter::Iterator;
use std::ops::RangeInclusive;

/// This iterator buffers characters until they can be determined to be clean of profanity.
Expand Down
1 change: 0 additions & 1 deletion src/trie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use crate::feature_cell::FeatureCell;
use crate::Map;
use crate::Type;
use lazy_static::lazy_static;
use std::iter::FromIterator;
use std::ops::Deref;

lazy_static! {
Expand Down

0 comments on commit 734830f

Please sign in to comment.