Skip to content

Commit

Permalink
Update precommit with clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Jan 2, 2021
1 parent aef170b commit 7df3ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rusty-hook.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[hooks]
pre-commit = "cargo +nightly fmt --all -- --check"
pre-commit = "cargo +nightly clippy && cargo +nightly fmt --all -- --check"

[logging]
verbose = false
verbose = true

0 comments on commit 7df3ffb

Please sign in to comment.