1
Fork 0

Move sys_common::poison to sync::poison

This commit is contained in:
Christiaan Dirkx 2021-04-21 10:05:11 +02:00
parent 71965ab4d0
commit 9cabbd0afc
6 changed files with 15 additions and 14 deletions

View file

@ -59,7 +59,6 @@ pub mod mutex;
// when generating documentation.
#[cfg(any(doc, not(windows)))]
pub mod os_str_bytes;
pub mod poison;
pub mod process;
pub mod remutex;
pub mod rwlock;