improve info regarding incremental a little

This commit is contained in:
Tshepang Lekhonkhobe 2020-05-01 16:05:15 +02:00 committed by Who? Me?!
parent c518e9d49d
commit 5aad3d043d
1 changed files with 2 additions and 2 deletions

View File

@ -148,10 +148,10 @@ time in subsequent rebuilds:
```
If you don't want to include the flag with every command, you can
enable it in the `config.toml`, too:
enable it in the `config.toml`:
```toml
# Whether to always use incremental compilation when building rustc
[rust]
incremental = true
```