Skip to content

Commit

Permalink
Merge pull request #442 from iwanders/add-arc_lock-feature-top-level-…
Browse files Browse the repository at this point in the history
…exports

Export types provided by arc_lock feature.
  • Loading branch information
Amanieu committed May 24, 2024
2 parents 9dace42 + c357017 commit f7efcae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ pub use self::rwlock::{
RwLockUpgradableReadGuard, RwLockWriteGuard,
};
pub use ::lock_api;

#[cfg(feature = "arc_lock")]
pub use self::lock_api::{ArcMutexGuard, ArcReentrantMutexGuard, ArcRwLockReadGuard, ArcRwLockUpgradableReadGuard, ArcRwLockWriteGuard};

0 comments on commit f7efcae

Please sign in to comment.