add change entry for rls removal · rust-lang/rust@a657aeb (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit a657aeb

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
@@ -370,4 +370,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
370 370 severity: ChangeSeverity::Info,
371 371 summary: "The rust.description option has moved to build.description and rust.description is now deprecated.",
372 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 +},
373 378 ];