feat(build): use prettyplease to format output (#890) (#904)

This commit is contained in:
Matthias Vogelgesang
2022-02-10 13:20:52 -05:00
committed by GitHub
parent 468e4221f0
commit d6c0fc112b
11 changed files with 8 additions and 93 deletions
-6
View File
@@ -47,12 +47,6 @@ Change your current directory to Tonic's repository root:
$ cd tonic
```
Tonic uses `rustfmt` to tidy up the code it generates, so we'll make sure it's installed.
```shell
$ rustup component add rustfmt
```
Run the server
```shell
$ cargo run --bin routeguide-server