diff options
Diffstat (limited to 'src/test/bench/shootout-regex-dna.rs')
| -rw-r--r-- | src/test/bench/shootout-regex-dna.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/bench/shootout-regex-dna.rs b/src/test/bench/shootout-regex-dna.rs index 0a6c197f5ed..ef538eb6991 100644 --- a/src/test/bench/shootout-regex-dna.rs +++ b/src/test/bench/shootout-regex-dna.rs @@ -41,7 +41,7 @@ // ignore-stage1 // ignore-cross-compile #12102 -#![feature(macro_rules, plugin, slicing_syntax)] +#![feature(plugin, slicing_syntax)] extern crate regex; |
