diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 08255ba0cb2f4..23643542c4f01 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;