Skip to content

Commit e39976f

Browse files
committed
Auto merge of #115530 - onur-ozkan:update-config-info-comment, r=Mark-Simulacrum
update `build.extended` comments in `config.example.toml` Fixes #115502
2 parents 9a099d2 + 685b5c2 commit e39976f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

config.example.toml

+5-3
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,11 @@ changelog-seen = 2
294294

295295
# Enable a build of the extended Rust tool set which is not only the compiler
296296
# but also tools such as Cargo. This will also produce "combined installers"
297-
# which are used to install Rust and Cargo together. This is disabled by
298-
# default. The `tools` option (immediately below) specifies which tools should
299-
# be built if `extended = true`.
297+
# which are used to install Rust and Cargo together.
298+
# The `tools` (check `config.example.toml` to see its default value) option specifies
299+
# which tools should be built if `extended = true`.
300+
#
301+
# This is disabled by default.
300302
#extended = false
301303

302304
# Set of tools to be included in the installation.

0 commit comments

Comments
 (0)