chore(ci): unpin clippy (#14167)

This commit is contained in:
Federico Gimenez
2025-02-03 17:09:46 +01:00
committed by GitHub
parent 65c3bd7eda
commit 440e6695b5
2 changed files with 1 additions and 3 deletions

View File

@ -31,7 +31,6 @@ jobs:
- uses: rui314/setup-mold@v1
- uses: dtolnay/rust-toolchain@clippy
with:
toolchain: nightly-2025-01-16
components: clippy
- uses: Swatinem/rust-cache@v2
with:
@ -54,7 +53,6 @@ jobs:
- uses: rui314/setup-mold@v1
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2025-01-16
components: clippy
- uses: Swatinem/rust-cache@v2
with: