Deny clippy lints by default (#112)

This commit is contained in:
Casey Rodarmor 2016-11-13 15:03:33 -08:00 committed by GitHub
parent de4a299899
commit aaee7341c4

View File

@ -60,7 +60,7 @@ install-dev-deps:
# everyone's favorite animate paper clip
clippy: lint
rustup run nightly cargo clippy
rustup run nightly cargo clippy -- -D clippy
# count non-empty lines of code
sloc: