about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-09-18 08:25:38 +0000
committerbors <bors@rust-lang.org>2014-09-18 08:25:38 +0000
commit49dd8e8c366f492d3ba3d0d2fd9d943f92073a18 (patch)
tree6f636df39c129cbaf5884d5c8def7de8fb89bf38 /src/libstd
parent35be9b817d897d9a15cbf84eb450ab8ea80b7207 (diff)
parent4ef9e1eca277f550cc08ca09a56dfc5240f7635c (diff)
auto merge of #17349 : aturon/rust/rt-experimental, r=alexcrichton
The `std::rt` module was marked `unstable` [a while back](https://github.com/rust-lang/rust/commit/b6d4d117f4c2770649c7ddc2ad9ad4ce4c3b13b1), and this change was not reverted when we moved to an `experimental` baseline for `std`.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 08255ba0cb2..23643542c4f 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -263,7 +263,6 @@ pub mod fmt;
 
 // FIXME #7809: This shouldn't be pub, and it should be reexported under 'unstable'
 // but name resolution doesn't work without it being pub.
-#[unstable]
 pub mod rt;
 mod failure;