diff options
| author | Sebastien Marie <semarie@online.fr> | 2019-12-27 05:32:12 +0000 |
|---|---|---|
| committer | Sebastien Marie <semarie@online.fr> | 2019-12-27 05:32:12 +0000 |
| commit | 98d8326cfc0b20b20d161fe2830bcfe2072cfdfd (patch) | |
| tree | 1cc97948adf5217a9d3097c59a8f7a92b35611b0 | |
| parent | b817a68391bbd3cfe5285457d61111500afeb158 (diff) | |
| download | rust-98d8326cfc0b20b20d161fe2830bcfe2072cfdfd.tar.gz rust-98d8326cfc0b20b20d161fe2830bcfe2072cfdfd.zip | |
add comment for rustfmt in config.toml.example
| -rw-r--r-- | config.toml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example index 5152a6c9885..39be5175806 100644 --- a/config.toml.example +++ b/config.toml.example @@ -132,6 +132,10 @@ # specified, use this rustc binary instead as the stage0 snapshot compiler. #rustc = "/path/to/bin/rustc" +# Instead of download the src/stage0.txt version of rustfmt specified, +# use this rustfmt binary instead as the stage0 snapshot rustfmt. +#rustfmt = "/path/to/bin/rustfmt" + # Flag to specify whether any documentation is built. If false, rustdoc and # friends will still be compiled but they will not be used to generate any # documentation. |
