]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #104402 - joboet:sync_remutex, r=m-ou-se
authorMatthias Krüger <matthias.krueger@famsik.de>
Wed, 28 Dec 2022 21:22:17 +0000 (22:22 +0100)
committerGitHub <noreply@github.com>
Wed, 28 Dec 2022 21:22:17 +0000 (22:22 +0100)
Move `ReentrantMutex` to `std::sync`

If I understand #84187 correctly, `sys_common` should not contain platform-independent code, even if it is private.

1  2 
library/std/src/sys_common/mod.rs

Simple merge