Re: [PATCH v2 2/4] rust: list: use consistent type parameter style
From: Christian Schrefl
Date: Wed Apr 16 2025 - 11:19:05 EST
On 09.04.25 4:51 PM, Tamir Duberstein wrote:
> Refer to the type parameters of `impl_has_list_links{,_self_ptr}!` by
> the same name used in `impl_list_item!`. Capture type parameters of
> `impl_list_item!` as `tt` using `{}` to match the style of all other
> macros that work with generics.
>
> Signed-off-by: Tamir Duberstein <tamird@xxxxxxxxx>
> ---
Reviewed-by: Christian Schrefl <chrisi.schrefl@xxxxxxxxx>