bring back clippy all

This commit is contained in:
Mackenzie Clark 2019-03-12 13:36:46 -07:00
parent f2488ac410
commit b4fce827f0

View File

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