diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-12-28 22:22:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-28 22:22:17 +0100 |
| commit | d91432832e585f641976037eca8ee7aa2a7d346d (patch) | |
| tree | 217a64702aed00337852d1c5fd77ee2a8924d729 /library/std/src/sys_common/mod.rs | |
| parent | 270c94e484e19764a2832ef918c95224eb3f17c7 (diff) | |
| parent | c66494474cc64aaf4f1e51b428d53e7dcbd14c25 (diff) | |
| download | rust-d91432832e585f641976037eca8ee7aa2a7d346d.tar.gz rust-d91432832e585f641976037eca8ee7aa2a7d346d.zip | |
Rollup merge of #104402 - joboet:sync_remutex, r=m-ou-se
Move `ReentrantMutex` to `std::sync` If I understand #84187 correctly, `sys_common` should not contain platform-independent code, even if it is private.
Diffstat (limited to 'library/std/src/sys_common/mod.rs')
| -rw-r--r-- | library/std/src/sys_common/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/sys_common/mod.rs b/library/std/src/sys_common/mod.rs index b1987aa0f62..73da1ce066c 100644 --- a/library/std/src/sys_common/mod.rs +++ b/library/std/src/sys_common/mod.rs @@ -27,7 +27,6 @@ pub mod lazy_box; pub mod memchr; pub mod once; pub mod process; -pub mod remutex; pub mod thread; pub mod thread_info; pub mod thread_local_dtor; |
