Re: [PATCH v16 2/4] rust: types: add `ForeignOwnable::PointedTo`
From: Miguel Ojeda
Date: Mon Feb 17 2025 - 12:04:28 EST
On Mon, Feb 17, 2025 at 4:50 PM Tamir Duberstein <tamird@xxxxxxxxx> wrote:
>
> What do you think about enabling clippy::ptr_as_ptr?
> https://rust-lang.github.io/rust-clippy/master/index.html#ptr_as_ptr
`ptr_as_ptr` is one of the ones Trevor suggested back then.
It seems good to me, but there are quite a lot of instances already
around, so some cleaning would be needed.
Cheers,
Miguel