We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clippy
1 parent b80b2f8 commit 6f8c356Copy full SHA for 6f8c356
.github/workflows/clippy.yml
@@ -13,6 +13,6 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: dtolnay/rust-toolchain@master
15
with:
16
- toolchain: 1.73.0
+ toolchain: 1.75.0
17
components: clippy
18
- run: cargo clippy --all-features -- --deny=warnings
0 commit comments