Re: [PATCH] rust: soc: silence clippy warning with rustc >= 1.88
From: Miguel Ojeda
Date: Tue Jul 07 2026 - 08:15:59 EST
On Tue, Jul 7, 2026 at 1:43 PM Gary Guo <gary@xxxxxxxxxxx> wrote:
>
> We set `msrv = "1.85"` in our .clippy.toml, and my local testing with 1.88 and
> 1.96.1 doesn't produce this warning.
Yeah, I was trying to reproduce it locally too and didn't succeed yet.
If it does reproduce somehow (e.g. a particular toolchain), then we
probably want:
Cc: stable@xxxxxxxxxxxxxxx
Fixes: 057d44b05775 ("rust: Add soc_device support")
Cheers,
Miguel