Avoid duplicate import of regex macros, which causes problems with linking

the crate into an enclosing crate.
This commit is contained in:
John Nagle 2015-02-02 11:43:03 -08:00
parent a8c866d1ea
commit dd4f679411
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
extern crate regex_macros; // for compile-time regular expression compilation
extern crate regex;
use std::num::Int;
use std::cmp;
use ::{Offset};