Re: [PATCH v2] rust: add new macro for common bitmap operations
From: Miguel Ojeda
Date: Tue Mar 25 2025 - 10:17:54 EST
On Tue, Mar 25, 2025 at 2:34 PM Benno Lossin <benno.lossin@xxxxxxxxx> wrote:
>
> Please use absolute paths to refer to items, in this case
> `::core::convert::From` (note the leading `::`). More cases below.
>
> I filed an issue to add a new clippy lint to catch this:
>
> https://github.com/rust-lang/rust-clippy/issues/14472
Linked in our list:
https://github.com/Rust-for-Linux/linux/issues/349
Thanks!
Cheers,
Miguel