]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
authorMiguel Ojeda <ojeda@kernel.org>
Sun, 5 Apr 2026 23:52:42 +0000 (01:52 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 7 Apr 2026 07:51:39 +0000 (09:51 +0200)
commitb6cfba43662363dd7bff824e012cd924277ca86b
tree681c978c9a45f8964be21506ab91397505fd9515
parentf32fb9c58a5bd436f082dfa12639177b9da87680
rust: bump Clippy's MSRV and clean `incompatible_msrv` allows

Following the Rust compiler bump, we can now update Clippy's MSRV we
set in the configuration, which will improve the diagnostics it generates.

Thus do so and clean a few of the `allow`s that are not needed anymore.

Reviewed-by: Tamir Duberstein <tamird@kernel.org>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Reviewed-by: Gary Guo <gary@garyguo.net>
Link: https://patch.msgid.link/20260405235309.418950-7-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
.clippy.toml
drivers/gpu/nova-core/gsp/cmdq.rs
rust/kernel/ptr.rs
rust/kernel/transmute.rs