Skip to content

Commit fe46a50

Browse files
committed
note that thread_local is not comming soon
1 parent 34c70a4 commit fe46a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-standard-lazy-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ static GLOBAL_DATA: Lazy<Mutex<HashMap<i32, String>>> = Lazy::new(|| {
180180
});
181181
```
182182

183-
Moreover, once `#[thread_local]` attribute is stable, `Lazy` will supplant `std::thread_local!` as well:
183+
Moreover, once `#[thread_local]` attribute is stable (which is not on the road to stabilization yet), `Lazy` will supplant `std::thread_local!` as well:
184184

185185
```rust
186186
use std::cell::{RefCell, Lazy};

0 commit comments

Comments
 (0)