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 b8656cc commit 9741081Copy full SHA for 9741081
.github/workflows/rust.yml
@@ -59,4 +59,4 @@ jobs:
59
steps:
60
- uses: actions/checkout@v4
61
- name: Run cargo clippy
62
- run: cargo clippy --tests -- --deny warnings
+ run: cargo clippy --all-targets -- --deny warnings
0 commit comments