We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f8a40 commit a657aebCopy full SHA for a657aeb
src/bootstrap/src/utils/change_tracker.rs
@@ -370,4 +370,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
370
severity: ChangeSeverity::Info,
371
summary: "The rust.description option has moved to build.description and rust.description is now deprecated.",
372
},
373
+ ChangeInfo {
374
+ change_id: 126856,
375
+ severity: ChangeSeverity::Warning,
376
+ summary: "Removed `src/tools/rls` tool as it was deprecated long time ago.",
377
+ },
378
];
0 commit comments