[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <600d5369-5520-c2b3-2e1b-2af9ae3f77c3@proton.me>
Date: Sat, 23 Sep 2023 15:03:40 +0000
From: Benno Lossin <benno.lossin@...ton.me>
To: Gary Guo <gary@...yguo.net>, Miguel Ojeda <ojeda@...nel.org>,
Alex Gaynor <alex.gaynor@...il.com>,
Wedson Almeida Filho <wedsonaf@...il.com>,
Boqun Feng <boqun.feng@...il.com>,
Björn Roy Baron <bjorn3_gh@...tonmail.com>,
Andreas Hindborg <a.hindborg@...sung.com>,
Alice Ryhl <aliceryhl@...gle.com>,
Martin Rodriguez Reboredo <yakoyoku@...il.com>,
Ben Gooding <ben.gooding.dev@...il.com>
Cc: rust-for-linux@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] rust: remove ignores for `clippy::new_ret_no_self`
On 23.09.23 04: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@...yguo.net>
> ---
> rust/kernel/init.rs | 20 ++++++++++----------
> rust/kernel/sync/condvar.rs | 1 -
> rust/kernel/sync/lock.rs | 1 -
> 3 files changed, 10 insertions(+), 12 deletions(-)
>
Reviewed-by: Benno Lossin <benno.lossin@...ton.me>
Powered by blists - more mailing lists