Move sys_common::poison
to sync::poison
This commit is contained in:
parent
71965ab4d0
commit
9cabbd0afc
6 changed files with 15 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue