about summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-07-28 08:51:21 +0000
committerbors <bors@rust-lang.org>2015-07-28 08:51:21 +0000
commit5b72fa42d434e92e5fbb9fbd3b0995cc936ddcb9 (patch)
tree5e0ce03e0e08c453eb3c8c8f470553c6cda98263 /src/libstd/lib.rs
parent79d5fefa2508212ec2cc46c1069819a988f23598 (diff)
parentcc09b1a08cc61dd3f485308adf3a5a252c718861 (diff)
downloadrust-5b72fa42d434e92e5fbb9fbd3b0995cc936ddcb9.tar.gz
rust-5b72fa42d434e92e5fbb9fbd3b0995cc936ddcb9.zip
Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichton
FreeBSD i386 snapshot is missing, failed tests (possibly spurious).
r? @alexcrichton
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 4297bbffbdf..3d3a46e61d5 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -203,7 +203,6 @@
        test(no_crate_inject, attr(deny(warnings))),
        test(attr(allow(dead_code, deprecated, unused_variables, unused_mut))))]
 
-#![cfg_attr(stage0, allow(unused_features))]
 #![feature(alloc)]
 #![feature(allow_internal_unstable)]
 #![feature(associated_consts)]