diff options
Diffstat (limited to 'src/libstd/rt')
| -rw-r--r-- | src/libstd/rt/mod.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/rt/mod.rs b/src/libstd/rt/mod.rs index 2ace6e4cf8d..5464e7f9d89 100644 --- a/src/libstd/rt/mod.rs +++ b/src/libstd/rt/mod.rs @@ -18,7 +18,8 @@ #![unstable(feature = "rt", reason = "this public module should not exist and is highly likely \ - to disappear")] + to disappear", + issue = "0")] #![allow(missing_docs)] use prelude::v1::*; |
