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 ff05fae commit 85ad0e3Copy full SHA for 85ad0e3
.github/workflows/tests.yml
@@ -79,7 +79,5 @@ jobs:
79
override: true
80
- uses: Swatinem/rust-cache@v1
81
- run: rustup component add clippy
82
- - name: clippy (all targets)
83
- run: cargo clippy --all-targets --all-features -- -D warnings
84
- - name: clippy (all targets, all features)
85
- run: cargo clippy --all-targets -- -D warnings
+ - name: clippy (all targets, feature powerset)
+ run: cargo hack clippy --all-targets --feature-powerset -- -D warnings
0 commit comments