diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 494e4e33..22a18ef9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -118,7 +118,7 @@ This section lists some commonly needed commands. ``` cargo check --all-features -cargo fmt --all-features +cargo fmt --all cargo build --all-features cargo test --all-features ```