diff --git a/.husky/pre-commit b/.husky/pre-commit index 5a182ef10..0f04b859c 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,3 +2,4 @@ . "$(dirname -- "$0")/_/husky.sh" yarn lint-staged +cargo fmt --all --check --manifest-path rust/Cargo.toml