summaryrefslogtreecommitdiffstats
path: root/crates/searcher/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/searcher/src/lib.rs')
-rw-r--r--crates/searcher/src/lib.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/crates/searcher/src/lib.rs b/crates/searcher/src/lib.rs
index 49c7e2a4..f6a96a21 100644
--- a/crates/searcher/src/lib.rs
+++ b/crates/searcher/src/lib.rs
@@ -48,10 +48,6 @@ using the
implementation of `Sink`.
```
-extern crate grep_matcher;
-extern crate grep_regex;
-extern crate grep_searcher;
-
use std::error::Error;
use grep_matcher::Matcher;
@@ -99,9 +95,6 @@ searches stdin.
#![deny(missing_docs)]
-#[macro_use]
-extern crate log;
-
pub use crate::lines::{LineIter, LineStep};
pub use crate::searcher::{
BinaryDetection, ConfigError, Encoding, MmapChoice, Searcher,