1 2 3 4 5 6 7
.PHONY: cargo-fix cargo-fix: @echo "Running clippy fix" @cargo clippy --locked --no-deps --fix @echo "Running cargo fmt" @cargo +nightly fmt --all -- --emit files