mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
256721ee51
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()`.