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

From: Finn Behrens
Date: Sat Sep 23 2023 - 06:22:15 EST




On 23 Sep 2023, at 4:46, Gary Guo 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>
> ---

Reviewed-by: Finn Behrens <me@xxxxxxxxxx>