Remove lazy_static from globset

This commit is contained in:
Andrew Gallant
2017-02-12 15:37:50 -05:00
parent 22cb644eb6
commit d825648b86
3 changed files with 0 additions and 4 deletions

View File

@@ -101,8 +101,6 @@ or to enable case insensitive matching.
extern crate aho_corasick;
extern crate fnv;
#[macro_use]
extern crate lazy_static;
#[macro_use]
extern crate log;
extern crate memchr;
extern crate regex;