Prefers cargo fmt over rustfmt direct usage

This commit is contained in:
Samuel FORESTIER 2022-06-15 20:34:57 +02:00
parent 82313ffc44
commit 914404a76f

@ -33,7 +33,7 @@ delayr -d -m 10 10
```bash
rustup component add rustfmt
rustfmt --check src/main.rs
cargo fmt
```
### Code analysis