about summary refs log tree commit diff
path: root/src/libstd/thread_local/scoped.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/thread_local/scoped.rs')
-rw-r--r--src/libstd/thread_local/scoped.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libstd/thread_local/scoped.rs b/src/libstd/thread_local/scoped.rs
index 1fb5652bc0c..e7062b298d2 100644
--- a/src/libstd/thread_local/scoped.rs
+++ b/src/libstd/thread_local/scoped.rs
@@ -38,8 +38,9 @@
 //! });
 //! ```
 
-#![unstable = "scoped TLS has yet to have wide enough use to fully consider \
-               stabilizing its interface"]
+#![unstable(feature = "unnamed_feature", since = "1.0.0",
+            reason = "scoped TLS has yet to have wide enough use to fully consider \
+                      stabilizing its interface")]
 
 use prelude::v1::*;