Skip to content

Commit

Permalink
Make target: run rustfmt on all rust code
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Mar 22, 2021
1 parent 6829684 commit e7d3870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ build:
cargo build --release

format:
rustfmt src/*.rs
git ls-files | grep '\.rs$' | xargs -P 0 rustfmt

lint:
cargo clippy
Expand Down

0 comments on commit e7d3870

Please sign in to comment.