Skip to content

Commit

Permalink
clippy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Dec 29, 2023
1 parent 797bfab commit 87c4fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rusty-hook.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[hooks]
pre-commit = "cargo clippy --all-features -- --deny=warnings; cargo fmt"
pre-commit = "cargo fmt -- --color always --files-with-diff; cargo clippy --all-features -- --deny=warnings"
pre-push = "cargo fmt -- --check"
post-commit = ""

Expand Down

0 comments on commit 87c4fa5

Please sign in to comment.