diff options
| author | OGINO Masanori <masanori.ogino@gmail.com> | 2013-07-27 10:47:10 +0900 |
|---|---|---|
| committer | OGINO Masanori <masanori.ogino@gmail.com> | 2013-07-27 15:53:30 +0900 |
| commit | 8d654fc41d0c69eaaa78409e8d42318a478b7c83 (patch) | |
| tree | bf3522a92e4ade7e899d1e2baba918ce535be2d4 /src/libstd/rt | |
| parent | 300ba1cc5cdd4e431981385888afda8c66a34d85 (diff) | |
| download | rust-8d654fc41d0c69eaaa78409e8d42318a478b7c83.tar.gz rust-8d654fc41d0c69eaaa78409e8d42318a478b7c83.zip | |
Remove unnecessary #[path = "***/mod.rs"] lines.
Fixes #7922. Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
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 ef6155b1fb7..44bba4b8006 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 |
