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.
1 parent a1fb241 commit c1113fbCopy full SHA for c1113fb
.github/workflows/clippy.yml
@@ -13,6 +13,6 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: dtolnay/rust-toolchain@master
15
with:
16
- toolchain: stable
+ toolchain: 1.73.0
17
components: clippy
18
- run: cargo clippy --all-features -- --deny=warnings
0 commit comments