Re: [PATCH 3/5] rust: change `ForeignOwnable` pointer to mut
From: Alice Ryhl
Date: Thu Oct 31 2024 - 04:53:32 EST
On Wed, Oct 30, 2024 at 9:46 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: Alice Ryhl <aliceryhl@xxxxxxxxxx>