Skip to content

Commit

Permalink
Use feature(test)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Mar 19, 2019
1 parent 3a9e30f commit f2915a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libtest/lib.rs
Expand Up @@ -12,6 +12,7 @@
#![unstable(feature = "test", issue = "27812")]
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
test(attr(deny(warnings))))]
#![feature(test)]

extern crate libtest;
pub use libtest::*;

0 comments on commit f2915a6

Please sign in to comment.