Skip to content

Commit 0b0d546

Browse files
yoshuawuytstaiki-e
andcommitted
Update src/maybe_done.rs
Co-Authored-By: Taiki Endo <[email protected]>
1 parent eea9196 commit 0b0d546

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/maybe_done.rs

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ impl<Fut: Future> MaybeDone<Fut> {
4545
/// The output of this method will be [`Some`] if and only if the inner
4646
/// future has been completed and [`take`](MaybeDone::take)
4747
/// has not yet been called.
48-
#[allow(clippy::wrong_self_convention)]
4948
#[inline]
5049
pub fn output_mut(self: Pin<&mut Self>) -> Option<&mut Fut::Output> {
5150
unsafe {

0 commit comments

Comments
 (0)