Skip to content

Commit

Permalink
Deny clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
TrAyZeN committed Apr 2, 2024
1 parent 7a4a0d4 commit b9ac41d
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 @@ -21,4 +21,4 @@ jobs:
- name: Check formatting
run: cargo fmt --check
- name: Lint
run: cargo clippy
run: cargo clippy -- -Dwarnings

0 comments on commit b9ac41d

Please sign in to comment.