We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a099d2 + 685b5c2 commit e39976fCopy full SHA for e39976f
config.example.toml
@@ -294,9 +294,11 @@ changelog-seen = 2
294
295
# Enable a build of the extended Rust tool set which is not only the compiler
296
# 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`.
+# 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`.
300
+#
301
+# This is disabled by default.
302
#extended = false
303
304
# Set of tools to be included in the installation.
0 commit comments