summaryrefslogtreecommitdiffstats
path: root/crates/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-01 19:47:46 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-01 21:07:37 -0400
commitaf54069c51cc3656c9c343a7fb3c9360cfddf505 (patch)
tree3a64d567b9a5fa44b4141637ffff4c1bee15d1f7 /crates/grep
parent77a9e9996400483eed4a9746759a842d6b774882 (diff)
edition: run 'cargo fix --edition --edition-idioms --all'
Diffstat (limited to 'crates/grep')
-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;