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