Explorar o código

Makefile: Automagically fix.

parazyd %!s(int64=4) %!d(string=hai) anos
pai
achega
f08ac4c097
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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