From aaee7341c4d97556dc67e20f473a2c1207c97ad7 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sun, 13 Nov 2016 15:03:33 -0800 Subject: [PATCH] Deny clippy lints by default (#112) --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 69c464b..3894448 100644 --- a/justfile +++ b/justfile @@ -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: