mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
update "if-unchanged" comments in config.example.toml
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
4dfc05237f
commit
2d143ab30c
@ -500,8 +500,9 @@
|
||||
# This is useful if you are working on tools, doc-comments, or library (you will be able to build
|
||||
# the standard library without needing to build the compiler).
|
||||
#
|
||||
# Set this to "if-unchanged" to only download if the compiler (and library if running on CI) have
|
||||
# not been modified.
|
||||
# Set this to "if-unchanged" if you are working on `src/tools`, `tests` or `library` (on CI, `library`
|
||||
# changes triggers in-tree compiler build) to speed up the build process.
|
||||
#
|
||||
# Set this to `true` to download unconditionally.
|
||||
#download-rustc = false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user