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 a045ae9 commit 58933d1Copy full SHA for 58933d1
.github/workflows/CI.yml
@@ -63,9 +63,7 @@ jobs:
63
run: cargo build --manifest-path ${{ matrix.conf.name }}/Cargo.toml --features "${{ matrix.conf.features }}"
64
65
- run: rustup component add clippy
66
- if: matrix.rust == 'beta' || matrix.rust == 'stable'
67
- - run: cargo clippy --manifest-path ${{ matrix.conf.name }}/Cargo.toml --features "${{ matrix.conf.features }}" --all-targets
68
- if: matrix.rust == 'beta'
+ if: matrix.rust == 'stable'
69
- run: cargo clippy --manifest-path ${{ matrix.conf.name }}/Cargo.toml --features "${{ matrix.conf.features }}" --all-targets -- -D warnings
70
if: matrix.rust == 'stable'
71
0 commit comments