Skip to content

Commit 6814c75

Browse files
authored
Revert "Temporarily pin clippy tests to nightly-2025-12-11 to avoid ICE" (#3850)
1 parent 86fedaf commit 6814c75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ jobs:
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v6
26-
# Temporary pin until clippy::needless_type_cast fix is pushed to nightly
27-
# https://github.com/rust-lang/rust-clippy/issues/16243
2826
- name: Update toolchain
29-
run: rustup toolchain install nightly-2025-12-11-x86_64-pc-windows-msvc --no-self-update && rustup default nightly-2025-12-11-x86_64-pc-windows-msvc
27+
run: rustup update --no-self-update nightly && rustup default nightly-x86_64-pc-windows-msvc
3028
- name: Add toolchain target
3129
run: rustup target add x86_64-pc-windows-msvc
3230
- name: Install clippy

0 commit comments

Comments
 (0)