Remove nightly rustfmt check from pre-commit githook See #2135
This commit is contained in:
parent
71d92bdbb9
commit
5a3f1a6180
|
@ -47,6 +47,3 @@ git diff-index --check --cached $against -- || exit 1
|
||||||
|
|
||||||
# Check that code lints cleanly.
|
# Check that code lints cleanly.
|
||||||
cargo clippy --all-features -- -D warnings || exit 1
|
cargo clippy --all-features -- -D warnings || exit 1
|
||||||
|
|
||||||
# Check that there are no formatting issues.
|
|
||||||
cargo +nightly fmt --check || exit 1
|
|
||||||
|
|
Loading…
Reference in New Issue