Skip to content

Commit 2d143ab

Browse files
committed
update "if-unchanged" comments in config.example.toml
Signed-off-by: onur-ozkan <[email protected]>
1 parent 4dfc052 commit 2d143ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config.example.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -500,8 +500,9 @@
500500
# This is useful if you are working on tools, doc-comments, or library (you will be able to build
501501
# the standard library without needing to build the compiler).
502502
#
503-
# Set this to "if-unchanged" to only download if the compiler (and library if running on CI) have
504-
# not been modified.
503+
# Set this to "if-unchanged" if you are working on `src/tools`, `tests` or `library` (on CI, `library`
504+
# changes triggers in-tree compiler build) to speed up the build process.
505+
#
505506
# Set this to `true` to download unconditionally.
506507
#download-rustc = false
507508

0 commit comments

Comments
 (0)