summaryrefslogtreecommitdiffstats
path: root/crates/grep/examples/simplegrep.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/grep/examples/simplegrep.rs')
-rw-r--r--crates/grep/examples/simplegrep.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/grep/examples/simplegrep.rs b/crates/grep/examples/simplegrep.rs
index 749cff26..218b6935 100644
--- a/crates/grep/examples/simplegrep.rs
+++ b/crates/grep/examples/simplegrep.rs
@@ -1,7 +1,3 @@
-extern crate grep;
-extern crate termcolor;
-extern crate walkdir;
-
use std::env;
use std::error::Error;
use std::ffi::OsString;