Use only one regex crate
ChrisVilches opened this issue · 1 comments
ChrisVilches commented
Current Cargo.toml
regex = "1"
fancy-regex = "0.10.0"
The fancy-regex
crate can do what regex
can do, but not vice versa, so just leave fancy-regex
.
ChrisVilches commented
Done, using only fancy-regex
now.