We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86fedaf commit 6814c75Copy full SHA for 6814c75
.github/workflows/clippy.yml
@@ -23,10 +23,8 @@ jobs:
23
steps:
24
- name: Checkout
25
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
28
- 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
+ run: rustup update --no-self-update nightly && rustup default nightly-x86_64-pc-windows-msvc
30
- name: Add toolchain target
31
run: rustup target add x86_64-pc-windows-msvc
32
- name: Install clippy
0 commit comments