root/precommit.sh

1
2
#!/bin/bash
cargo clippy --all --fix --allow-staged && cargo fmt --all