diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-04-23 14:58:50 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-04-23 14:58:50 -0700 |
| commit | 568736182b39d0ee9ad59a4e08f537173624b192 (patch) | |
| tree | 497c50b22b39f3f2f9e36b945037a5826a0f6da3 /src/libstd/lib.rs | |
| parent | 07aef98a3262b69f0a4b20c9677d63f2f2f50f27 (diff) | |
| download | rust-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/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
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 |
