Avoid duplicate import of regex macros, which causes problems with linking
the crate into an enclosing crate.
This commit is contained in:
parent
a8c866d1ea
commit
dd4f679411
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue