Skip to content

Commit

Permalink
chore/docs: add cargo fmt (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai authored Jul 9, 2024
1 parent 975b1aa commit 8e2143e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ This is a Rust project, so [rustup](https://rustup.rs/) is the best place to sta
This is a pure rust project, so only `cargo` is needed.

- `cargo check` to analyze the current package and report errors.
- `cargo fmt` to format the current code.
- `cargo build` to compile the current package.
- `cargo clippy` to catch common mistakes and improve code.
- `cargo test` to run unit tests.
Expand Down

0 comments on commit 8e2143e

Please sign in to comment.