mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
638553526f
Remove `MTLock` This removes the `MTLock` type and replaces it users with the regular `Lock`. It no longer makes sense now that we don't have a compile-time toggle for parallelism.