diff options
| author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2019-01-28 19:24:07 +0100 |
|---|---|---|
| committer | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2019-01-28 19:24:07 +0100 |
| commit | fd9d9ee3a293bab88fd4dfb69f28d5ccb92e292c (patch) | |
| tree | 71178183b761cbbc41e1e0c6ba9aa4d18d848b6a | |
| parent | a015f7f61ffba8ef2ea53320de8f3a6cd53561fe (diff) | |
| download | rust-fd9d9ee3a293bab88fd4dfb69f28d5ccb92e292c.tar.gz rust-fd9d9ee3a293bab88fd4dfb69f28d5ccb92e292c.zip | |
Fix a comment
| -rw-r--r-- | config.toml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example index 183d61a43e3..69a38ec8773 100644 --- a/config.toml.example +++ b/config.toml.example @@ -317,7 +317,7 @@ # Whether to always use incremental compilation when building rustc #incremental = false -# Build rustc with experimental parallelization +# Build a multi-threaded rustc #parallel-compiler = false # The default linker that will be hard-coded into the generated compiler for |
