Re: [PATCH v1] rust: fix typo in #[repr(transparent)] comments

From: Miguel Ojeda
Date: Mon Jun 23 2025 - 19:15:53 EST


On Tue, Jun 24, 2025 at 12:59 AM FUJITA Tomonori
<fujita.tomonori@xxxxxxxxx> wrote:
>
> Fix a typo in several comments where `#[repr(transparent)]` was
> mistakenly written as `#[repr(transparent)` (missing closing
> bracket).
>
> Signed-off-by: FUJITA Tomonori <fujita.tomonori@xxxxxxxxx>

Thanks for fixing the typo!

Looks fine to me.

Cheers,
Miguel