summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-11 13:25:37 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-11 13:25:37 -0400
commit37544c092f068761c8da1866c2eab20fd4cac146 (patch)
tree56b7879195e4d2192b11bb3f5a3a56dc4060ba8d /src/main.rs
parent9bf7696ec8cacc74baaa4003cdfba0dab65245fd (diff)
We don't need regex-syntax directly in ripgrep.
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 6666a6c0..97cfc888 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -15,7 +15,6 @@ extern crate memchr;
extern crate memmap;
extern crate num_cpus;
extern crate regex;
-extern crate regex_syntax as syntax;
extern crate rustc_serialize;
extern crate term;
extern crate thread_local;