From 576e36e674d645cd4682cf2df43fb25c3d1a71d4 Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Sun, 23 Mar 2014 11:37:31 +0100 Subject: Register new snapshots --- src/libstd/lib.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/libstd/lib.rs') diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 8a890d0293c..021a932fc8b 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -58,7 +58,6 @@ #[no_std]; #[deny(missing_doc)]; -#[allow(deprecated_owned_vector)]; // NOTE: remove after stage0 // When testing libstd, bring in libuv as the I/O backend so tests can print // things and all of the std::io tests have an I/O interface to run on top @@ -78,9 +77,6 @@ #[cfg(test)] pub use cmp = realstd::cmp; #[cfg(test)] pub use ty = realstd::ty; -#[cfg(stage0)] -pub use vec_ng = vec; - // Run tests with libgreen instead of libnative. // // FIXME: This egregiously hacks around starting the test runner in a different -- cgit 1.4.1-3-g733a5