Re: [PATCH 1/2] rust/faux: Drop #[repr(transparent)] from faux::Registration

From: Danilo Krummrich
Date: Tue Feb 25 2025 - 17:07:15 EST


On Tue, Feb 25, 2025 at 04:29:00PM -0500, Lyude Paul wrote:
> I think this change got missed during review, we don't need
> #[repr(transparent)] since Registration just holds a single NonNull. This
> attribute had originally been added by me when I was still figuring out how
> the bindings should look like but got committed by mistake. So, just drop
> it.
>
> Signed-off-by: Lyude Paul <lyude@xxxxxxxxxx>
> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

Acked-by: Danilo Krummrich <dakr@xxxxxxxxxx>