1
Fork 0

auto merge of #17349 : aturon/rust/rt-experimental, r=alexcrichton

The `std::rt` module was marked `unstable` [a while back](b6d4d117f4), and this change was not reverted when we moved to an `experimental` baseline for `std`.
This commit is contained in:
bors 2014-09-18 08:25:38 +00:00
commit 49dd8e8c36

View file

@ -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;