add change entry for rls removal · rust-lang/rust@707d4b7 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 707d4b7
add change entry for rls removal
Signed-off-by: onur-ozkan work@onurozkan.dev
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -375,4 +375,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[ | ||
375 | 375 | severity: ChangeSeverity::Info, |
376 | 376 | summary: "There is now a new `gcc` config section that can be used to download GCC from CI using `gcc.download-ci-gcc = true`", |
377 | 377 | }, |
378 | +ChangeInfo { | |
379 | +change_id: 126856, | |
380 | +severity: ChangeSeverity::Warning, | |
381 | +summary: "Removed `src/tools/rls` tool as it was deprecated long time ago.", | |
382 | +}, | |
378 | 383 | ]; |