mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
add changeInfo to change tracker
This commit is contained in:
@@ -390,4 +390,9 @@ pub fn human_readable_changes(changes: &[ChangeInfo]) -> String {
|
||||
severity: ChangeSeverity::Warning,
|
||||
summary: "The default configuration filename has changed from `config.toml` to `bootstrap.toml`. `config.toml` is deprecated but remains supported for backward compatibility.",
|
||||
},
|
||||
ChangeInfo {
|
||||
change_id: 138986,
|
||||
severity: ChangeSeverity::Info,
|
||||
summary: "You can now use `change_id = \"ignore\"` to suppress `change_id` warnings in the console.",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user