Преглед изворни кода

Makefile: Automagically fix.

parazyd пре 4 година
родитељ
комит
f08ac4c097
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -26,7 +26,7 @@ test:
 	$(CARGO) test --release --all-features
 	$(CARGO) test --release --all-features
 
 
 fix:
 fix:
-	$(CARGO) fix --release --all-features --allow-dirty
+	$(CARGO) clippy --release --all-features --fix --allow-dirty
 
 
 clippy:
 clippy:
 	$(CARGO) clippy --release --all-features
 	$(CARGO) clippy --release --all-features