Re: [PATCH v2 3/3] rust: ptr: allow clippy::incompatible_msrv for slice_ptr_len

From: Miguel Ojeda

Date: Sun Apr 05 2026 - 19:22:46 EST


On Sun, Apr 5, 2026 at 12:09 AM Gary Guo <gary@xxxxxxxxxxx> wrote:
>
> I feel like this lint is hurting us rather than helping. Perhaps it's worth
> disabling it globally.

Yeah, we can do that. The `msrv` is still useful to have for other
lints, so I kept it.

Cheers,
Miguel