Re: [PATCH v2 4/6] rust: change `ForeignOwnable` pointer to mut

From: Alice Ryhl
Date: Fri Nov 08 2024 - 06:39:39 EST


On Mon, Nov 4, 2024 at 10:20 PM Tamir Duberstein <tamird@xxxxxxxxx> wrote:
>
> It is slightly more convenient to operate on mut pointers, and this also
> properly conveys the desired ownership semantics of the trait.
>
> Signed-off-by: Tamir Duberstein <tamird@xxxxxxxxx>
> Reviewed-by: Andreas Hindborg <a.hindborg@xxxxxxxxxx>
> Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>

Normally you would put your SoB after RB tags.

Alice