Re: [PATCH 2/6] rust: binder: transmute transaction data
From: Miguel Ojeda
Date: Tue May 26 2026 - 13:47:42 EST
On Tue, May 26, 2026 at 6:31 PM Tamir Duberstein <tamird@xxxxxxxxxx> wrote:
>
> Thanks for explaining. There is already a clippy lint for this, which
> I'm looking into enabling.
Would it make sense to add a custom, narrower function to perform such
casts? i.e. to still avoid `as` and to make it greppable.
Cheers,
Miguel