Re: [PATCH v4 4/4] rust: add abstraction for `struct page`
From: Alice Ryhl
Date: Fri Apr 05 2024 - 03:44:33 EST
On Fri, Apr 5, 2024 at 12:33 AM Benno Lossin <benno.lossin@xxxxxxxxx> wrote:
>
> On 04.04.24 14:31, Alice Ryhl wrote:
> > +/// A bitwise shift for the page size.
> > +#[allow(clippy::unnecessary_cast)]
>
> Why can't you remove the cast?
Bindgen could decide to use a different type in the future or on
different platforms.
Alice