Remove nightly rustfmt check from pre-commit githook See #2135

This commit is contained in:
Vojtěch Toman 2023-11-25 23:45:19 +01:00
parent 71d92bdbb9
commit 5a3f1a6180
No known key found for this signature in database
GPG Key ID: 9DF8CA8C3FD8A614
1 changed files with 0 additions and 3 deletions

View File

@ -47,6 +47,3 @@ git diff-index --check --cached $against -- || exit 1
# Check that code lints cleanly.
cargo clippy --all-features -- -D warnings || exit 1
# Check that there are no formatting issues.
cargo +nightly fmt --check || exit 1