diff options
Diffstat (limited to 'src/libregex/lib.rs')
| -rw-r--r-- | src/libregex/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libregex/lib.rs b/src/libregex/lib.rs index fdfd8c1eae2..9ff65fe3e2a 100644 --- a/src/libregex/lib.rs +++ b/src/libregex/lib.rs @@ -368,8 +368,7 @@ html_root_url = "http://doc.rust-lang.org/master/", html_playground_url = "http://play.rust-lang.org/")] -#![allow(unknown_features)] -#![feature(macro_rules, phase, slicing_syntax)] +#![feature(macro_rules, phase)] #![deny(missing_doc)] #[cfg(test)] |
