diff options
Diffstat (limited to 'src/libstd/rt')
| -rw-r--r-- | src/libstd/rt/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/rt/mod.rs b/src/libstd/rt/mod.rs index 4eaf772d41a..808d07ce77d 100644 --- a/src/libstd/rt/mod.rs +++ b/src/libstd/rt/mod.rs @@ -90,14 +90,12 @@ mod kill; mod sched; /// Synchronous I/O. -#[path = "io/mod.rs"] pub mod io; /// The EventLoop and internal synchronous I/O interface. mod rtio; /// libuv and default rtio implementation. -#[path = "uv/mod.rs"] pub mod uv; /// The Local trait for types that are accessible via thread-local |
