1
Fork 0

libregex: fix fallout

This commit is contained in:
Jorge Aparicio 2014-12-03 19:46:51 -05:00
parent 5e9ca5b255
commit fee500d312
2 changed files with 4 additions and 2 deletions

View file

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