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 57a761f commit e9737f1Copy full SHA for e9737f1
.github/workflows/check.yaml
@@ -33,5 +33,5 @@ jobs:
33
- name: Clippy Lints
34
run: |
35
# Lint Changes
36
- cargo clippy -W clippy::pedantic -W clippy::correctness -W clippy::suspicious
+ cargo clippy -- -W clippy::pedantic -W clippy::correctness -W clippy::suspicious
37
0 commit comments