Skip to content

Commit 21e5331

Browse files
committed
Allow testing on stable Rust
1 parent 7804f10 commit 21e5331

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

regex_macros/tests/test_dynamic.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
#![feature(test)]
1211
#![cfg_attr(feature = "pattern", feature(core))]
1312

1413
extern crate regex;
15-
extern crate test;
1614

1715
// Due to macro scoping rules, this definition only applies for the modules
1816
// defined below. Effectively, it allows us to use the same tests for both

0 commit comments

Comments
 (0)