1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-07-11 14:30:24 +02:00

We don't need regex-syntax directly in ripgrep.

This commit is contained in:
Andrew Gallant
2016-09-11 13:25:37 -04:00
parent 9bf7696ec8
commit 37544c092f
2 changed files with 0 additions and 2 deletions

View File

@ -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;