We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c865502 commit cd3992fCopy full SHA for cd3992f
src/bootstrap/src/utils/change_tracker.rs
@@ -195,4 +195,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
195
severity: ChangeSeverity::Warning,
196
summary: "Removed `dist.missing-tools` configuration as it was deprecated long time ago.",
197
},
198
+ ChangeInfo {
199
+ change_id: 126856,
200
+ severity: ChangeSeverity::Warning,
201
+ summary: "Removed `src/tools/rls` tool as it was deprecated long time ago.",
202
+ },
203
];
0 commit comments