Remove useless comment

This commit is contained in:
kwangin 2018-05-03 09:06:41 +09:00
parent ec8cfc77ad
commit b950e33d81
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ $ source $HOME/.cargo/env
$ rustup component add rustfmt-preview
```
If your rustc version is lower than 1.25.0, please update and install rustfmt:
If your rustc version is lower than 1.25.0, please update it:
```bash
$ rustup update