diff --git a/Justfile b/Justfile index 4544d28..28acf3e 100644 --- a/Justfile +++ b/Justfile @@ -1,7 +1,7 @@ check: test cargo check cargo fmt --check - cargo clippy --no-deps + cargo clippy --no-deps -- -Dwarnings lint-fix: cargo clippy --no-deps --fix