Skip to content

Commit 49dd8e8

Browse files
committed
auto merge of #17349 : aturon/rust/rt-experimental, r=alexcrichton
The `std::rt` module was marked `unstable` [a while back](b6d4d11), and this change was not reverted when we moved to an `experimental` baseline for `std`.
2 parents 35be9b8 + 4ef9e1e commit 49dd8e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ pub mod fmt;
263263

264264
// FIXME #7809: This shouldn't be pub, and it should be reexported under 'unstable'
265265
// but name resolution doesn't work without it being pub.
266-
#[unstable]
267266
pub mod rt;
268267
mod failure;
269268

0 commit comments

Comments
 (0)