From 492ca56fb1d0b1c6c5a0de5fa4662f5ee1916d02 Mon Sep 17 00:00:00 2001 From: Paul-Nicolas Madelaine Date: Sat, 4 Oct 2025 22:22:59 +0200 Subject: [PATCH] fix documentation of `BiLock::lock` --- futures-util/src/lock/bilock.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/futures-util/src/lock/bilock.rs b/futures-util/src/lock/bilock.rs index 5970ca2b6d..9955203ef1 100644 --- a/futures-util/src/lock/bilock.rs +++ b/futures-util/src/lock/bilock.rs @@ -139,7 +139,6 @@ impl BiLock { /// /// This function consumes the `BiLock` and returns a sentinel future, /// `BiLockAcquire`. The returned future will resolve to - /// `BiLockAcquired` which represents a locked lock similarly to /// `BiLockGuard`. /// /// Note that the returned future will never resolve to an error.