fix cargo fmt command in Contributing.md (#437)
This commit is contained in:
parent
2e195d91e1
commit
3754ceca48
|
@ -118,7 +118,7 @@ This section lists some commonly needed commands.
|
||||||
|
|
||||||
```
|
```
|
||||||
cargo check --all-features
|
cargo check --all-features
|
||||||
cargo fmt --all-features
|
cargo fmt --all
|
||||||
cargo build --all-features
|
cargo build --all-features
|
||||||
cargo test --all-features
|
cargo test --all-features
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue