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 9c98703 commit a0d6b32Copy full SHA for a0d6b32
.github/workflows/check.yml
@@ -60,11 +60,7 @@ jobs:
60
toolchain: ${{ matrix.toolchain }}
61
components: clippy
62
- name: cargo clippy
63
- uses: giraffate/clippy-action@v1
64
- with:
65
- github_token: ${{ secrets.GITHUB_TOKEN }}
66
- reporter: 'github-pr-check'
67
- clippy_flags: --locked --all-targets -- -D warnings
+ run: cargo clippy --locked --all-targets --all-features -- -D warnings
68
doc:
69
# run docs generation on nightly rather than stable. This enables features like
70
# https://doc.rust-lang.org/beta/unstable-book/language-features/doc-cfg.html which allows an
0 commit comments