Skip to content

Commit c6aaea6

Browse files
committed
Fix some missing stability attrs
1 parent 6ec5a0f commit c6aaea6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/thread_local/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ pub mod scoped;
4545

4646
// Sure wish we had macro hygiene, no?
4747
#[doc(hidden)]
48+
#[stable(feature = "rust1", since = "1.0.0")]
4849
pub mod __impl {
4950
pub use super::imp::Key as KeyInner;
5051
pub use super::imp::destroy_value;

0 commit comments

Comments
 (0)