diff --git a/futures-util/src/lock/bilock.rs b/futures-util/src/lock/bilock.rs index 5970ca2b6..9955203ef 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.