Skip to content

Commit

Permalink
Re-export std::sync::Weak (until true Arc support is implemented)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkragl authored and jamesbornholt committed May 17, 2022
1 parent 46dccb9 commit e5d8a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ pub use rwlock::RwLockReadGuard;
pub use rwlock::RwLockWriteGuard;

// TODO implement true support for `Arc`
pub use std::sync::Arc;
pub use std::sync::{Arc, Weak};

0 comments on commit e5d8a9f

Please sign in to comment.