Auto merge of #115530 - onur-ozkan:update-config-info-comment, r=Mark-Simulacrum
update `build.extended` comments in `config.example.toml` Fixes #115502
This commit is contained in:
commit
e39976ff89
1 changed files with 5 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue