mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 15:51:50 +00:00
Simpilfy thread::JoinInner. `JoinInner`'s `native` field was an `Option`, but that's unnecessary. Also, thanks to `Arc::get_mut`, there's no unsafety needed in `JoinInner::join()`.