summaryrefslogtreecommitdiffstats
path: root/library/test
diff options
context:
space:
mode:
Diffstat (limited to 'library/test')
-rw-r--r--library/test/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/test/src/lib.rs b/library/test/src/lib.rs
index 64d10dd57..413f0fba3 100644
--- a/library/test/src/lib.rs
+++ b/library/test/src/lib.rs
@@ -21,7 +21,7 @@
#![feature(process_exitcode_internals)]
#![feature(panic_can_unwind)]
#![feature(test)]
-#![cfg_attr(not(bootstrap), allow(internal_features))]
+#![allow(internal_features)]
// Public reexports
pub use self::bench::{black_box, Bencher};