Re: [PATCH] rust: remove ignores for `clippy::new_ret_no_self`

From: Miguel Ojeda
Date: Thu Oct 05 2023 - 12:42:12 EST


On Sat, Sep 23, 2023 at 4:47 AM Gary Guo <gary@xxxxxxxxxxx> wrote:
>
> The clippy false positive triggering `new_ret_no_self` lint when using
> `pin_init!` macro is fixed in 1.67, so remove all `#[allow]`s ignoring
> the lint.
>
> Signed-off-by: Gary Guo <gary@xxxxxxxxxxx>

Applied to `rust-next` with a bit of rewording to add those two links
I mentioned -- thanks everyone!

Cheers,
Miguel