We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fc890 commit 27ec43dCopy full SHA for 27ec43d
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