X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibstd%2Frt%2Fmod.rs;h=d1268d85a432c84a7394cbe2aac9485669198e5b;hb=acc5e32e53d313a890a07cb0b693ce8df5bc94ce;hp=be1de6c5bdb83a3599009a47cae9c6a8caa64a36;hpb=4252a24ae1236207a99c1d313d4b1b1eda3ebb58;p=rust.git diff --git a/src/libstd/rt/mod.rs b/src/libstd/rt/mod.rs index be1de6c5bdb..d1268d85a43 100644 --- a/src/libstd/rt/mod.rs +++ b/src/libstd/rt/mod.rs @@ -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;