Skip to content

Commit

Permalink
cargo-fmt:cargo-sort
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Sep 24, 2024
1 parent 720008d commit 5b9406d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cargo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ cargo-doc:### cargo-doc
@cat README.temp2 | sed 's/unwrap_used/unwrap\\_used/g' > README.md
git diff doc/README.md

cargo-fmt:### cargo +nightly fmt
cargo +nightly fmt
cargo-sort:### cargo +nightly sort
cargo +nightly sort

##===============================================================================
cargo-t:cargo-test
cargo-test:cargo-clippy### cargo-test
Expand Down

0 comments on commit 5b9406d

Please sign in to comment.