Skip to content

Commit fa31c63

Browse files
committed
expose sync::{Arc,Weak}
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent 8be7655 commit fa31c63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sync/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
//! # }) }
3030
//! ```
3131
32+
#[doc(inline)]
33+
pub use std::sync::{Arc, Weak};
34+
3235
pub use mutex::{Mutex, MutexGuard};
3336
pub use rwlock::{RwLock, RwLockReadGuard, RwLockWriteGuard};
3437

0 commit comments

Comments
 (0)