Skip to content

Commit

Permalink
auto merge of rust-lang#17349 : aturon/rust/rt-experimental, r=alexcr…
Browse files Browse the repository at this point in the history
…ichton

The `std::rt` module was marked `unstable` [a while back](rust-lang@b6d4d11), and this change was not reverted when we moved to an `experimental` baseline for `std`.
  • Loading branch information
bors committed Sep 18, 2014
2 parents 35be9b8 + 4ef9e1e commit 49dd8e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 49dd8e8

Please sign in to comment.