summaryrefslogtreecommitdiff
path: root/.clippy.toml
diff options
context:
space:
mode:
authorMiguel Ojeda <ojeda@kernel.org>2026-04-06 01:52:42 +0200
committerMiguel Ojeda <ojeda@kernel.org>2026-04-07 09:51:39 +0200
commitb6cfba43662363dd7bff824e012cd924277ca86b (patch)
tree681c978c9a45f8964be21506ab91397505fd9515 /.clippy.toml
parentf32fb9c58a5bd436f082dfa12639177b9da87680 (diff)
downloadlinux-stable-b6cfba43662363dd7bff824e012cd924277ca86b.tar.gz
linux-stable-b6cfba43662363dd7bff824e012cd924277ca86b.zip
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>
Diffstat (limited to '.clippy.toml')
-rw-r--r--.clippy.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clippy.toml b/.clippy.toml
index a51de9a46380..b0a78cc8be20 100644
--- a/.clippy.toml
+++ b/.clippy.toml
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
-msrv = "1.78.0"
+msrv = "1.85.0"
check-private-items = true