1
Fork 0

regex: fix fallout

This commit is contained in:
Jorge Aparicio 2015-01-01 22:38:05 -05:00
parent 17cf5e8104
commit f3333d5e10
2 changed files with 22 additions and 7 deletions

View file

@ -373,6 +373,7 @@
#![allow(unknown_features)]
#![feature(macro_rules, phase, slicing_syntax, globs)]
#![feature(unboxed_closures)]
#![feature(associated_types)]
#![deny(missing_docs)]
#[cfg(test)]