We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea9196 commit 0b0d546Copy full SHA for 0b0d546
src/maybe_done.rs
@@ -45,7 +45,6 @@ impl<Fut: Future> MaybeDone<Fut> {
45
/// The output of this method will be [`Some`] if and only if the inner
46
/// future has been completed and [`take`](MaybeDone::take)
47
/// has not yet been called.
48
- #[allow(clippy::wrong_self_convention)]
49
#[inline]
50
pub fn output_mut(self: Pin<&mut Self>) -> Option<&mut Fut::Output> {
51
unsafe {
0 commit comments