Re: [PATCH 1/2] kbuild: rust: allow `clippy::uninlined_format_args`
From: Miguel Ojeda
Date: Tue Mar 31 2026 - 17:21:49 EST
On Tue, Mar 31, 2026 at 11:07 PM Gary Guo <gary@xxxxxxxxxxx> wrote:
>
> Does it produce a false positive, or it's a false negative? If it's the latter,
> I think we don't need to disable the lint.
If you mean for custom macros, then I think it is just that it doesn't
take those into account at all. So I guess you could say false
negative if you consider that it should.
In any case, originally I just cleaned it, because it wasn't a big
deal either way, but then I thought it would be best to keep the
behavior the same. So either we disable or enable everywhere.
Cheers,
Miguel