Skip to content

Commit 9f89133

Browse files
committed
fix: update nightly toolchain to 2025-10-01 for clippy_utils compatibility
The clippy_utils update to 8116b23 requires a newer Rust nightly toolchain than nightly-2025-08-07 due to changes in compiler internals (HIR types, trait structure changes, new enum variants, etc.). This updates the toolchain to nightly-2025-10-01 which should be compatible with the updated clippy_utils version.
1 parent 9cfe94b commit 9f89133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/lints/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2025-08-07"
2+
channel = "nightly-2025-10-01"
33
components = ["llvm-tools-preview", "rustc-dev"]

0 commit comments

Comments
 (0)