rust-lang / nomicon

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

doc: clarify `thread::scoped::JoinGuard` chapter #313

Closed PureWhiteWu closed 2 years ago

PureWhiteWu commented 2 years ago

Clarify that thread::scoped::JoinGuard has been removed from std, and why we still remain this chapter here per #57 .