Skip to content

Commit 6fcc630

Browse files
committed
update download-rustc documentation
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent bbeff8c commit 6fcc630

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.example.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,8 @@
472472
# This is mostly useful for tools; if you have changes to `compiler/` or `library/` they will be ignored.
473473
#
474474
# Set this to "if-unchanged" to only download if the compiler and standard library have not been modified.
475-
# Set this to `true` to download unconditionally (useful if e.g. you are only changing doc-comments).
475+
# Set this to `true` to download unconditionally. This is useful if you are working on tools, doc-comments,
476+
# or library (you will be able to build the standard library without needing to build the compiler).
476477
#download-rustc = false
477478

478479
# Number of codegen units to use for each compiler invocation. A value of 0

0 commit comments

Comments
 (0)