We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d51976d + b5d47bf commit 838cb36Copy full SHA for 838cb36
src/bootstrap/bin/main.rs
@@ -53,7 +53,7 @@ fn check_version(config: &Config) -> Option<String> {
53
}
54
} else {
55
msg.push_str("warning: x.py has made several changes recently you may want to look at\n");
56
- format!("add `changelog-seen = {}` to `config.toml`", VERSION)
+ format!("add `changelog-seen = {}` at the top of `config.toml`", VERSION)
57
};
58
59
msg.push_str("help: consider looking at the changes in `src/bootstrap/CHANGELOG.md`\n");
0 commit comments