|
@@ -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
|