linux/rust/kernel/list
Miguel Ojeda 275ad5e793 rust: list: remove nonexistent generic parameter in link
`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: 40c5329459 ("rust: list: add macro for implementing ListItem")
Reviewed-by: Tamir Duberstein <tamird@gmail.com>
Link: https://lore.kernel.org/r/20250719232500.822313-1-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2025-07-20 19:29:19 +02:00
..
arc.rs rust: list: Fix typo much in arc.rs 2025-05-29 23:35:44 +02:00
arc_field.rs rust: start using the #[expect(...)] attribute 2024-10-07 21:39:57 +02:00
impl_list_item_mod.rs rust: list: remove nonexistent generic parameter in link 2025-07-20 19:29:19 +02:00