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 9c6b3f3 commit a2cc8bbCopy full SHA for a2cc8bb
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
components: rustfmt, clippy
42
43
- run: cargo fmt --check
44
- - run: cargo clippy --target=${{ matrix.target }} ${{ matrix.features }} -- -Dwarnings
+ - run: cargo clippy --target=${{ matrix.target }} ${{ matrix.features }}
45
- run: cargo build --target=${{ matrix.target }} ${{ matrix.features }}
46
- run: cargo doc --target=${{ matrix.target }} ${{ matrix.features }}
47
env:
0 commit comments