Remove forgotten reexport of ReentrantMutex in sys::unsupported.
This commit is contained in:
parent
4212de63ab
commit
94f00e396a
@ -2,5 +2,5 @@ mod condvar;
|
||||
mod mutex;
|
||||
mod rwlock;
|
||||
pub use condvar::{Condvar, MovableCondvar};
|
||||
pub use mutex::{MovableMutex, Mutex, ReentrantMutex};
|
||||
pub use mutex::{MovableMutex, Mutex};
|
||||
pub use rwlock::{MovableRwLock, RwLock};
|
||||
|
Loading…
x
Reference in New Issue
Block a user