diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-05-29 17:32:50 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-05-30 15:52:23 -0700 |
| commit | f4fa7c8a07a96cc9d0aae0bfc6515fb747f25341 (patch) | |
| tree | 6460c18d1af201ac4e5f620be2fb1c23da5320a2 /src/libstd/lib.rs | |
| parent | e5e865b8044cef76bd33ba268a8cdea8a401c96c (diff) | |
| download | rust-f4fa7c8a07a96cc9d0aae0bfc6515fb747f25341.tar.gz rust-f4fa7c8a07a96cc9d0aae0bfc6515fb747f25341.zip | |
Register new snapshots
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 7 |
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; |
