Skip to content

Commit

Permalink
Update fmt make target
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspustina committed Oct 4, 2019
1 parent 7dfe4ce commit 873ce90
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 @@ -35,7 +35,7 @@ clippy:
cargo clippy --all --all-targets -- -D warnings $$(source ".clippy.args")

fmt:
cargo +nightly fmt
cargo +nightly fmt --all

duplicate_libs:
cargo tree -d
Expand Down

0 comments on commit 873ce90

Please sign in to comment.