Re: [PATCH] rust: disable `clippy::needless_continue`

From: Miguel Ojeda
Date: Sun Apr 13 2025 - 18:24:05 EST


On Thu, Apr 3, 2025 at 6:38 PM Miguel Ojeda <ojeda@xxxxxxxxxx> wrote:
>
> Thus disable the lint, at least for the time being.

Applied to `rust-fixes` -- thanks for the feedback in the other thread
everyone! Tags still welcome for a day or two.

Cc: stable@xxxxxxxxxxxxxxx # Needed in 6.12.y and later (Rust is
pinned in older LTSs).

Note that we don't have any cases before 6.15, but I added Cc: stable
since I assume we may in the future, and it is easier to just have the
same set everywhere.

Cheers,
Miguel