Message ID | 20241019084048.22336-1-witcher@wiredspace.de (mailing list archive) |
---|---|
Headers | show |
Series | Cleanup Clippy issues in drm_panic_qr.rs | expand |
On Sat, Oct 19, 2024 at 10:41 AM Thomas Böhler <witcher@wiredspace.de> 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` -- thanks everyone! [ Reworded to indent Clippy's message. - Miguel ] [ Reworded to add Clippy warning like it is done in the rest of the series. - Miguel ] [ Reworded to mention the redundant closure cleanup too. - Miguel ] Cheers, Miguel