diff options
| author | bors <bors@rust-lang.org> | 2023-09-11 05:15:43 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-09-11 05:15:43 +0000 |
| commit | e39976ff89f91b742916349859e8d877a4876783 (patch) | |
| tree | cba65f4c5ce558815ce1503104eca1adf2261ec3 | |
| parent | 9a099d2fa3e4b172abd0c4537675b4e4171376eb (diff) | |
| parent | 685b5c250feac638b82edbc38d871b5ef2505593 (diff) | |
Auto merge of #115530 - onur-ozkan:update-config-info-comment, r=Mark-Simulacrum
update `build.extended` comments in `config.example.toml` Fixes #115502
| -rw-r--r-- | config.example.toml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config.example.toml b/config.example.toml index 5c4bee87553..2e0558c3f1b 100644 --- a/config.example.toml +++ b/config.example.toml @@ -294,9 +294,11 @@ changelog-seen = 2 # Enable a build of the extended Rust tool set which is not only the compiler # but also tools such as Cargo. This will also produce "combined installers" -# which are used to install Rust and Cargo together. This is disabled by -# default. The `tools` option (immediately below) specifies which tools should -# be built if `extended = true`. +# which are used to install Rust and Cargo together. +# The `tools` (check `config.example.toml` to see its default value) option specifies +# which tools should be built if `extended = true`. +# +# This is disabled by default. #extended = false # Set of tools to be included in the installation. |
