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.
2 parents 502682d + 5386a41 commit dfa7a85Copy full SHA for dfa7a85
.github/workflows/ci.yml
@@ -109,7 +109,7 @@ jobs:
109
run: cargo install sarif-fmt
110
- name: Check
111
run: >
112
- cargo clippy --workspace --all-features --all-targets --message-format=json -- -D warnings --allow deprecated
+ cargo clippy --workspace --all-features --all-targets --message-format=json -- -D warnings
113
| clippy-sarif
114
| tee clippy-results.sarif
115
| sarif-fmt
@@ -120,4 +120,4 @@ jobs:
120
sarif_file: clippy-results.sarif
121
wait-for-processing: true
122
- name: Report status
123
- run: cargo clippy --workspace --all-features --all-targets -- -D warnings --allow deprecated
+ run: cargo clippy --workspace --all-features --all-targets -- -D warnings
0 commit comments