Skip to content

Commit 4ef9e1e

Browse files
committed
Remove unstable marker from std::rt
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`.
1 parent 4d2af38 commit 4ef9e1e

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)