Skip to content

Commit

Permalink
Remove forgotten reexport of ReentrantMutex in sys::unsupported.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Apr 18, 2022
1 parent 4212de6 commit 94f00e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/sys/unsupported/locks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};

0 comments on commit 94f00e3

Please sign in to comment.