Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: use
rustfmt
instead of cargo fmt
in pre-commit
The `cargo fmt` command recommended to include in the `pre-commit` hook will run on all files, instead of just the changed files as intended. This change uses `rustfmt` to just run on one file at a time as intended.
- Loading branch information