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 81e3cab commit 610c66eCopy full SHA for 610c66e
.github/workflows/ci.yml
@@ -95,6 +95,5 @@ jobs:
95
toolchain: ${{ steps.component.outputs.toolchain }}
96
override: true
97
- run: rustup component add clippy
98
- - uses: actions-rs/clippy-check@v1
99
- with:
100
- token: ${{ secrets.GITHUB_TOKEN }}
+ - name: clippy
+ run: cargo clippy --all --features unstable
0 commit comments