about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-04-23 14:58:50 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-04-23 14:58:50 -0700
commit568736182b39d0ee9ad59a4e08f537173624b192 (patch)
tree497c50b22b39f3f2f9e36b945037a5826a0f6da3 /src/libstd
parent07aef98a3262b69f0a4b20c9677d63f2f2f50f27 (diff)
downloadrust-568736182b39d0ee9ad59a4e08f537173624b192.tar.gz
rust-568736182b39d0ee9ad59a4e08f537173624b192.zip
Register new snapshots
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