mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
da43ee8d82
Simplify `Mutex::into_inner` Thanks to #77147, `Mutex` do not implement `Drop` directly, so the old unsafe implementation of `into_inner` is not relevant anymore.