Skip to content

Commit fa31c63

Browse files
committed
expose sync::{Arc,Weak}
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 8be7655 commit fa31c63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/sync/mod.rs

+3
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)