]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/rt/mod.rs
Register new snapshots
[rust.git] / src / libstd / rt / mod.rs
index be1de6c5bdb83a3599009a47cae9c6a8caa64a36..d1268d85a432c84a7394cbe2aac9485669198e5b 100644 (file)
@@ -117,11 +117,6 @@ pub mod shouldnt_be_public {
 /// The coroutine task scheduler, built on the `io` event loop.
 pub mod sched;
 
-#[cfg(stage0)]
-pub mod io {
-    pub use io::stdio;
-}
-
 /// The EventLoop and internal synchronous I/O interface.
 pub mod rtio;