about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-07-27 20:13:22 -0700
committerbors <bors@rust-lang.org>2013-07-27 20:13:22 -0700
commit3078e83c3f1a643ddbdefa78095e4fbda3cecc02 (patch)
treeaf47e13ba18448d4ea1b4d9b93e567565bfc2df7 /src/libstd
parent82b29ae5a583366d30e8052cab390fce031ab708 (diff)
parent8d654fc41d0c69eaaa78409e8d42318a478b7c83 (diff)
downloadrust-3078e83c3f1a643ddbdefa78095e4fbda3cecc02.tar.gz
rust-3078e83c3f1a643ddbdefa78095e4fbda3cecc02.zip
auto merge of #8076 : omasanori/rust/cleanup, r=huonw
A cleanup suggested on #7922.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/rt/mod.rs2
-rw-r--r--src/libstd/std.rs3
2 files changed, 0 insertions, 5 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
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