We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89e649 commit cbfce2fCopy full SHA for cbfce2f
1 file changed
.github/workflows/rust.yaml
@@ -97,7 +97,7 @@ jobs:
97
cache-provider: "github"
98
99
- name: Run clippy
100
- run: cargo clippy --all-targets --all-features -- -D warnings
+ run: cargo clippy --lib --all-features -- -D warnings
101
102
- name: Run rustfmt
103
run: cargo fmt -- --check
0 commit comments