@@ -26,7 +26,6 @@ feature.
|
||||
|
||||
```bash
|
||||
$ rustup update
|
||||
$ rustup component add rustfmt
|
||||
```
|
||||
|
||||
## Defining the HelloWorld service
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user