Re: [PATCH v2 0/7] Cleanup Clippy issues in drm_panic_qr.rs

2024-10-20 Thread Miguel Ojeda
On Sat, Oct 19, 2024 at 10:41 AM Thomas Böhler wrote: > > The file drivers/gpu/drm/drm_panic_qr.rs has some lints that Clippy > complains about. This series cleans them up by either allowing what is > written or conforming to what Clippy expects where it makes sense. Applied to `rust-next` -- tha

[PATCH v2 0/7] Cleanup Clippy issues in drm_panic_qr.rs

2024-10-19 Thread Thomas Böhler
The file drivers/gpu/drm/drm_panic_qr.rs has some lints that Clippy complains about. This series cleans them up by either allowing what is written or conforming to what Clippy expects where it makes sense. All explicitly allowed lints are marked with `#[expect(...)]`. v1 -> v2: - Add "Fixes" trai