Re: [PATCH] rust: list: remove nonexistent generic parameter in link
From: Miguel Ojeda
Date: Sun Jul 20 2025 - 16:14:23 EST
On Sun, Jul 20, 2025 at 1:25 AM Miguel Ojeda <ojeda@xxxxxxxxxx> wrote:
>
> `ListLinks` does not take a `T` generic parameter, unlike
> `ListLinksSelfPtr`.
>
> Thus fix it, which makes it also consistent with the rest of the links
> in the file.
>
> Fixes: 40c53294596b ("rust: list: add macro for implementing ListItem")
> Signed-off-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
Applied to `rust-next` -- thanks!
Cheers,
Miguel