summaryrefslogtreecommitdiffstats
path: root/grep-searcher/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'grep-searcher/src/lib.rs')
-rw-r--r--grep-searcher/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep-searcher/src/lib.rs b/grep-searcher/src/lib.rs
index f3ec02f2..6a9f4ba7 100644
--- a/grep-searcher/src/lib.rs
+++ b/grep-searcher/src/lib.rs
@@ -99,13 +99,13 @@ searches stdin.
#![deny(missing_docs)]
+extern crate bstr;
extern crate bytecount;
extern crate encoding_rs;
extern crate encoding_rs_io;
extern crate grep_matcher;
#[macro_use]
extern crate log;
-extern crate memchr;
extern crate memmap;
#[cfg(test)]
extern crate regex;