Skip to content

Commit

Permalink
add -D warnings to clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
podusowski committed Jul 8, 2023
1 parent fe7cf77 commit edd8a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Check rust formatting
run: cargo fmt --all --check
- name: Clippy
run: cargo clippy --all-features
run: cargo clippy --all-features -- -D warnings

0 comments on commit edd8a3f

Please sign in to comment.