Skip to content

Commit 1be80d4

Browse files
committed
Leave a breadcrumb towards bootstrap config documentation
1 parent 30f168e commit 1be80d4

File tree

1 file changed

+3
-2
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+3
-2
lines changed

src/bootstrap/src/core/build_steps/setup.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,9 @@ fn setup_config_toml(path: &Path, profile: Profile, config: &Config) {
216216

217217
let latest_change_id = CONFIG_CHANGE_HISTORY.last().unwrap().change_id;
218218
let settings = format!(
219-
"# Includes one of the default files in {PROFILE_DIR}\n\
220-
profile = \"{profile}\"\n\
219+
"# See bootstrap.example.toml for documentation of available options\n\
220+
#\n\
221+
profile = \"{profile}\" # Includes one of the default files in {PROFILE_DIR}\n\
221222
change-id = {latest_change_id}\n"
222223
);
223224

0 commit comments

Comments
 (0)