From 2d143ab30c03492be7c34e4665488fa95ef9701e Mon Sep 17 00:00:00 2001 From: onur-ozkan Date: Mon, 11 Nov 2024 11:27:53 +0300 Subject: [PATCH] update "if-unchanged" comments in config.example.toml Signed-off-by: onur-ozkan --- config.example.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.example.toml b/config.example.toml index cd7ec6a05bc..62c41fee31b 100644 --- a/config.example.toml +++ b/config.example.toml @@ -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