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: