mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
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…
Reference in New Issue
Block a user