std: move ReentrantMutex to sync

This commit is contained in:
joboet
2022-11-14 14:25:44 +01:00
parent 96ddd32c4b
commit c66494474c
5 changed files with 5 additions and 4 deletions

View File

@@ -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;