From 8d654fc41d0c69eaaa78409e8d42318a478b7c83 Mon Sep 17 00:00:00 2001 From: OGINO Masanori Date: Sat, 27 Jul 2013 10:47:10 +0900 Subject: Remove unnecessary #[path = "***/mod.rs"] lines. Fixes #7922. Signed-off-by: OGINO Masanori --- src/libstd/rt/mod.rs | 2 -- src/libstd/std.rs | 3 --- 2 files changed, 5 deletions(-) (limited to 'src/libstd') 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 diff --git a/src/libstd/std.rs b/src/libstd/std.rs index bbbc1702c62..76d65192e01 100644 --- a/src/libstd/std.rs +++ b/src/libstd/std.rs @@ -162,7 +162,6 @@ pub mod trie; /* Tasks and communication */ -#[path = "task/mod.rs"] pub mod task; pub mod comm; pub mod pipes; @@ -190,7 +189,6 @@ pub mod util; /* Unsupported interfaces */ // Private APIs -#[path = "unstable/mod.rs"] pub mod unstable; /* For internal use, not exported */ @@ -202,7 +200,6 @@ mod stackwalk; // XXX: This shouldn't be pub, and it should be reexported under 'unstable' // but name resolution doesn't work without it being pub. -#[path = "rt/mod.rs"] pub mod rt; // A curious inner-module that's not exported that contains the binding -- cgit 1.4.1-3-g733a5