Re: [PATCH v10 2/5] rust: Rename AlwaysRefCounted to RefCounted
From: Andreas Hindborg
Date: Fri May 02 2025 - 06:10:41 EST
"Oliver Mangold" <oliver.mangold@xxxxx> writes:
> AlwaysRefCounted will become a marker trait to indicate that it is allowed
> to obtain an ARef<T> from a `&T`, which cannot be allowed for types which
> are also Ownable.
>
> Signed-off-by: Oliver Mangold <oliver.mangold@xxxxx>
> Suggested-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>
I would suggest using `code spans` when you mention code items
(`ARef<T>` and `&T`) the commit message.
Reviewed-by: Andreas Hindborg <a.hindborg@xxxxxxxxxx>
Best regards,
Andreas Hindborg