summaryrefslogtreecommitdiffstats
path: root/crates/searcher/examples
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/searcher/examples
parent77a9e9996400483eed4a9746759a842d6b774882 (diff)
edition: run 'cargo fix --edition --edition-idioms --all'
Diffstat (limited to 'crates/searcher/examples')
-rw-r--r--crates/searcher/examples/search-stdin.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/searcher/examples/search-stdin.rs b/crates/searcher/examples/search-stdin.rs
index cd0bc4e8..8034ae6c 100644
--- a/crates/searcher/examples/search-stdin.rs
+++ b/crates/searcher/examples/search-stdin.rs
@@ -1,6 +1,3 @@
-extern crate grep_regex;
-extern crate grep_searcher;
-
use std::env;
use std::error::Error;
use std::io;