]> git.lizzy.rs Git - rust.git/commit
std: move `ReentrantMutex` to `sync`
authorjoboet <jonasboettiger@icloud.com>
Mon, 14 Nov 2022 13:25:44 +0000 (14:25 +0100)
committerjoboet <jonasboettiger@icloud.com>
Mon, 14 Nov 2022 13:25:44 +0000 (14:25 +0100)
commitc66494474cc64aaf4f1e51b428d53e7dcbd14c25
tree4febee9e99bfbd8339df2f6d9a96783dfff557ed
parent96ddd32c4bfb1d78f0cd03eb068b1710a8cebeef
std: move `ReentrantMutex` to `sync`
library/std/src/io/stdio.rs
library/std/src/sync/mod.rs
library/std/src/sync/remutex.rs [new file with mode: 0644]
library/std/src/sync/remutex/tests.rs [new file with mode: 0644]
library/std/src/sys_common/mod.rs
library/std/src/sys_common/remutex.rs [deleted file]
library/std/src/sys_common/remutex/tests.rs [deleted file]