Skip to content

Commit

Permalink
export OwnedMappedMutexGuard
Browse files Browse the repository at this point in the history
  • Loading branch information
borngraced committed May 15, 2024
1 parent a7ab96c commit ab074f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion futures-util/src/lock/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ pub use self::bilock::{BiLock, BiLockAcquire, BiLockGuard, ReuniteError};
#[cfg_attr(target_os = "none", cfg(target_has_atomic = "ptr"))]
#[cfg(feature = "std")]
pub use self::mutex::{
MappedMutexGuard, Mutex, MutexGuard, MutexLockFuture, OwnedMutexGuard, OwnedMutexLockFuture,
MappedMutexGuard, Mutex, MutexGuard, MutexLockFuture, OwnedMappedMutexGuard, OwnedMutexGuard,
OwnedMutexLockFuture,
};

#[cfg_attr(target_os = "none", cfg(target_has_atomic = "ptr"))]
Expand Down

0 comments on commit ab074f8

Please sign in to comment.