You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments