Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists

From: Joel Fernandes

Date: Thu Feb 19 2026 - 10:28:49 EST


On Thu, Feb 19, 2026 at 01:26:48PM +0900, Alexandre Courbot wrote:
> > + PinInit //
>
> `rustfmt` fixed this to
>
> PinInit, //

Fixed, thanks.

> > +/// A sentinel head [`ClistHead`] represents the entire linked list and can be used
>
> Typo: `CListHead` (rustdoc complained about this).

Fixed, thanks.

Joel