We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
changelog-seen = 1
1 parent 33aa8be commit b5d47bfCopy full SHA for b5d47bf
src/bootstrap/bin/main.rs
@@ -40,7 +40,7 @@ fn check_version(config: &Config) -> Option<String> {
40
}
41
} else {
42
msg.push_str("warning: x.py has made several changes recently you may want to look at\n");
43
- format!("add `changelog-seen = {}` to `config.toml`", VERSION)
+ format!("add `changelog-seen = {}` at the top of `config.toml`", VERSION)
44
};
45
46
msg.push_str("help: consider looking at the changes in `src/bootstrap/CHANGELOG.md`\n");
0 commit comments