Re: [PATCH] rust: arc: remove unused PhantomData

From: Miguel Ojeda
Date: Wed Nov 06 2024 - 10:38:32 EST


On Tue, Nov 5, 2024 at 9:13 PM Tamir Duberstein <tamird@xxxxxxxxx> wrote:
>
> Doing a bit of archaeology I found the reasoning for the presence of

What I meant by "in the past" is that, before the Rust RFC that
changed it, the `PhantomData` would have been needed as far as I
understand it, since having the `Drop` wouldn't have been enough.

Cheers,
Miguel