about summary refs log tree commit diff
path: root/src/libstd/std.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/std.rs')
-rw-r--r--src/libstd/std.rs3
1 files changed, 0 insertions, 3 deletions
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