Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix documentation of BiLock::lock
  • Loading branch information
pnmadelaine committed Oct 4, 2025
commit 492ca56fb1d0b1c6c5a0de5fa4662f5ee1916d02
1 change: 0 additions & 1 deletion futures-util/src/lock/bilock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ impl<T> BiLock<T> {
///
/// This function consumes the `BiLock<T>` and returns a sentinel future,
/// `BiLockAcquire<T>`. The returned future will resolve to
/// `BiLockAcquired<T>` which represents a locked lock similarly to
/// `BiLockGuard<T>`.
///
/// Note that the returned future will never resolve to an error.
Expand Down
Loading