]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/sys_common/mod.rs
Move `sys_common::poison` to `sync::poison`
[rust.git] / library / std / src / sys_common / mod.rs
index 23a3a0e907dcf7ebc5aef1c68b0b83e7e2516cec..4979bc0b5af77b7179174051529398b3a0312dab 100644 (file)
@@ -59,7 +59,6 @@ macro_rules! rtunwrap {
 // 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;