File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments