about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-04-24 18:26:15 -0700
committerbors <bors@rust-lang.org>2014-04-24 18:26:15 -0700
commit07598fc8cc7049594afee14528bda4019d8dda14 (patch)
treea6d1f2bdaa0d7d0ed80246a29d7d2ba992918022 /src/libstd
parent5ea0509685720563f8ede5e5764c603a38c524c8 (diff)
parent568736182b39d0ee9ad59a4e08f537173624b192 (diff)
downloadrust-07598fc8cc7049594afee14528bda4019d8dda14.tar.gz
rust-07598fc8cc7049594afee14528bda4019d8dda14.zip
auto merge of #13711 : alexcrichton/rust/snapshots, r=brson
These are the first successful snapshots after the LLVM upgrade, built with LLVM
that requires C++11
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 7cb07e8e551..a2f6381feff 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -57,8 +57,6 @@
 // Don't link to std. We are std.
 #![no_std]
 
-// NOTE: remove after snapshot
-#![allow(unknown_features)]
 #![deny(missing_doc)]
 
 // When testing libstd, bring in libuv as the I/O backend so tests can print