diff --git a/Makefile b/Makefile index 6f8eb6cd..a36880bf 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,8 @@ fmt-check: .PHONY: clippy clippy: @echo "🔍 Running clippy checks..." - cargo clippy --all-targets --all-features --fix --allow-dirty -- -D warnings + cargo clippy --fix --allow-dirty + cargo clippy --all-targets --all-features -- -D warnings .PHONY: check check: