about summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index b63ccbef55f..a67ed1c0b79 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -241,13 +241,6 @@ pub mod path;
 pub mod fmt;
 pub mod cleanup;
 
-/* Unsupported interfaces */
-
-#[unstable]
-pub mod repr;
-#[unstable]
-pub mod reflect;
-
 // Private APIs
 #[unstable]
 pub mod unstable;