Skip to content

Commit 94f00e3

Browse files
committed
Remove forgotten reexport of ReentrantMutex in sys::unsupported.
1 parent 4212de6 commit 94f00e3

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/sys/unsupported/locks

1 file changed

+1
-1
lines changed

library/std/src/sys/unsupported/locks/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ mod condvar;
22
mod mutex;
33
mod rwlock;
44
pub use condvar::{Condvar, MovableCondvar};
5-
pub use mutex::{MovableMutex, Mutex, ReentrantMutex};
5+
pub use mutex::{MovableMutex, Mutex};
66
pub use rwlock::{MovableRwLock, RwLock};

0 commit comments

Comments
 (0)