We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f150d commit 83517bcCopy full SHA for 83517bc
.github/workflows/lint.yaml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
cache-on-failure: true
28
- name: Run clippy
29
- run: cargo clippy --workspace --lib --examples --tests --benches --all-features --locked
+ run: cargo clean && cargo clippy --workspace --lib --examples --tests --benches --all-features --locked
30
env:
31
RUSTFLAGS: -D warnings
32
0 commit comments