Disable clippy temporarily.

This commit is contained in:
losfair 2019-03-18 16:42:30 +08:00
parent b06a49e1c0
commit eb606a6d70

View File

@ -28,7 +28,7 @@ integration-tests: release
lint:
cargo fmt --all -- --check
cargo clippy --all
# cargo clippy --all
precommit: lint test