Re: [PATCH 5/5] rust: cleanup unnecessary casts

From: Alice Ryhl
Date: Mon Sep 23 2024 - 05:19:32 EST


On Fri, Sep 13, 2024 at 11:33 PM Gary Guo <gary@xxxxxxxxxxx> wrote:
>
> With `long` mapped to `isize`, `size_t`/`__kernel_size_t` mapped to
> usize and `char` mapped to `u8`, many of the existing casts are no
> longer necessary.
>
> Signed-off-by: Gary Guo <gary@xxxxxxxxxxx>

This is great!

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>