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 d67925c commit 0cde169Copy full SHA for 0cde169
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
- uses: actions/checkout@v3
50
- name: Install Rust
51
run: rustup update stable
52
- - run: cargo clippy --all-features
+ - run: cargo clippy --all-features --all-targets
53
54
fmt:
55
runs-on: ubuntu-latest
0 commit comments