This commit is contained in:
pgherveou
2025-10-08 11:40:08 +00:00
parent 1aba74ec3e
commit 6618463c68
2 changed files with 1 additions and 20 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
.PHONY: format clippy test machete
format:
cargo fmt --all -- --check
cargo +nightly fmt --all -- --check
clippy:
cargo clippy --all-features --workspace -- --deny warnings