Skip to content

Commit a657aeb

Browse files
committed
add change entry for rls removal
Signed-off-by: onur-ozkan <[email protected]>
1 parent 91f8a40 commit a657aeb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

+5
Original file line numberDiff line numberDiff line change
@@ -370,4 +370,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
370370
severity: ChangeSeverity::Info,
371371
summary: "The rust.description option has moved to build.description and rust.description is now deprecated.",
372372
},
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+
},
373378
];

0 commit comments

Comments
 (0)