Hacker News new | ask | show | jobs
by PoignardAzur 29 days ago
And this is why you should warn on `clippy::allow_attributes_without_reason` in your projects.
1 comments

    #[allow(clippy::allow_attributes_without_reason,clippy::let_underscore_untyped,clippy::let_underscore_must_use)]
    let _ = self.poll_flush(cx)?;
If someone working for me wrote that I would fire them.