rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.74k stars 256 forks source link

Update an example of `thread_local` to use `local_key_cell_methods` #438

Closed tgross35 closed 6 months ago

tgross35 commented 6 months ago

Relates to the libs update at https://github.com/rust-lang/rust/pull/119534

JohnTitor commented 6 months ago

Thanks!