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 1d042c0 commit 42b8e1dCopy full SHA for 42b8e1d
.github/workflows/lint.yml
@@ -45,7 +45,7 @@ jobs:
45
with:
46
cache-on-failure: true
47
- name: Run clippy
48
- run: cargo clippy --workspace --lib --examples --tests --benches --all-features --all-targets --locked
+ run: cargo clippy --workspace --lib --bins --examples --tests --benches --all-features --all-targets --locked
49
env:
50
RUSTFLAGS: -D warnings
51
0 commit comments