Skip to content

Commit f2915a6

Browse files
committed
Use feature(test)
1 parent 3a9e30f commit f2915a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libtest/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#![unstable(feature = "test", issue = "27812")]
1313
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
1414
test(attr(deny(warnings))))]
15+
#![feature(test)]
1516

1617
extern crate libtest;
1718
pub use libtest::*;

0 commit comments

Comments
 (0)