Re: [PATCH v2 05/10] gpu: nova-core: gsp: Add GSP command queue handling
From: Miguel Ojeda
Date: Tue Sep 30 2025 - 07:58:17 EST
On Tue, Sep 30, 2025 at 1:42 PM Alistair Popple <apopple@xxxxxxxxxx> wrote:
>
> Thanks. Is it still expected that `#[allow(clippy::incompatible_msrv)]` is
> required? Just adding it to `rust_allowed_features` doesn't make the warning go
> away without the allow, but maybe I'm just doing something wrong...
The warning is independent of the allowed features, and yeah, it is
expected that the Clippy may trigger (at this moment when we dance
with these features), so you can just allow it locally.
If it is too cumbersome, I may disable it globally.
I hope that helps!
Cheers,
Miguel