From 8e2143eb5a0aff49a6e81d684f1d8a0bb62890c6 Mon Sep 17 00:00:00 2001 From: Cancai Cai <77189278+caicancai@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:27:09 +0800 Subject: [PATCH] chore/docs: add cargo fmt (#13) --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cb13024..a0c6d81 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.