We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4212de6 commit 94f00e3Copy full SHA for 94f00e3
library/std/src/sys/unsupported/locks/mod.rs
@@ -2,5 +2,5 @@ mod condvar;
2
mod mutex;
3
mod rwlock;
4
pub use condvar::{Condvar, MovableCondvar};
5
-pub use mutex::{MovableMutex, Mutex, ReentrantMutex};
+pub use mutex::{MovableMutex, Mutex};
6
pub use rwlock::{MovableRwLock, RwLock};
0 commit comments