Skip to content

Commit 49f9b4b

Browse files
committed
update download-rustc comments and default
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 242f20d commit 49f9b4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.example.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,8 @@
503503
# Set this to "if-unchanged" if you are working on `src/tools`, `tests` or `library` (on CI, `library`
504504
# changes triggers in-tree compiler build) to speed up the build process.
505505
#
506-
# Set this to `true` to download unconditionally.
507-
#download-rustc = false
506+
# Set this to `true` to always download or `false` to always use the in-tree compiler.
507+
#download-rustc = "if-unchanged"
508508

509509
# Number of codegen units to use for each compiler invocation. A value of 0
510510
# means "the number of cores on this machine", and 1+ is passed through to the

0 commit comments

Comments
 (0)