mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
90ca049320
Remove `Mutex::unlock` Function As of the completion of the FCP in https://github.com/rust-lang/rust/issues/81872#issuecomment-1474104525, it has come to the conclusion to be closed. This PR removes the function entirely in light of the above. Closes #81872.