Skip to content

Commit ba7029b

Browse files
committed
ci: stop treating warnings as errors in clippy step
1 parent a2ea988 commit ba7029b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: cargo fmt -- --check
5151

5252
- name: Run clippy
53-
run: cargo clippy --all-targets --all-features -- -D warnings -A deprecated
53+
run: cargo clippy --all-targets --all-features -- -A deprecated
5454

5555
- name: Run tests
5656
run: cargo test --all -- --nocapture

0 commit comments

Comments
 (0)