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

From: Tamir Duberstein
Date: Fri Nov 08 2024 - 07:24:41 EST


On Fri, Nov 8, 2024 at 6:39 AM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> 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

Thanks, will do in v3.