@@ -0,0 +1,14 @@
.PHONY: format clippy test machete
format:
cargo fmt --all -- --check
clippy:
cargo clippy --all-features --workspace -- --deny warnings
test:
cargo test --workspace -- --nocapture
machete:
cargo install cargo-machete
cargo machete
The note is not visible to the blocked user.