mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
add change entry for rls removal
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
@@ -375,4 +375,9 @@ pub fn human_readable_changes(changes: &[ChangeInfo]) -> String {
|
||||
severity: ChangeSeverity::Info,
|
||||
summary: "There is now a new `gcc` config section that can be used to download GCC from CI using `gcc.download-ci-gcc = true`",
|
||||
},
|
||||
ChangeInfo {
|
||||
change_id: 126856,
|
||||
severity: ChangeSeverity::Warning,
|
||||
summary: "Removed `src/tools/rls` tool as it was deprecated long time ago.",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user