diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-11-30 16:38:07 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-12-03 14:31:54 -0800 |
| commit | acc5e32e53d313a890a07cb0b693ce8df5bc94ce (patch) | |
| tree | 2ac4923981b4e5e96562aa5525eadab1ccf4f834 /src/libstd/rt | |
| parent | 4252a24ae1236207a99c1d313d4b1b1eda3ebb58 (diff) | |
| download | rust-acc5e32e53d313a890a07cb0b693ce8df5bc94ce.tar.gz rust-acc5e32e53d313a890a07cb0b693ce8df5bc94ce.zip | |
Register new snapshots
Diffstat (limited to 'src/libstd/rt')
| -rw-r--r-- | src/libstd/rt/mod.rs | 5 |
1 files changed, 0 insertions, 5 deletions
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 @@ mod kill; /// 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; |
