We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clippy
1 parent c04ea45 commit 83ba2aeCopy full SHA for 83ba2ae
.github/workflows/workspace.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: RustCrypto/actions/cargo-cache@master
26
- uses: dtolnay/rust-toolchain@master
27
with:
28
- toolchain: 1.85.0 # Pinned to prevent breakages
+ toolchain: 1.92.0 # Pinned to prevent breakages
29
components: clippy
30
- run: cargo clippy --all --all-features --exclude aarch64-dit -- -D warnings
31
0 commit comments