Skip to content

Commit 707d4b7

Browse files
committed
add change entry for rls removal
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 56d0b16 commit 707d4b7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

‎src/bootstrap/src/utils/change_tracker.rs‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,4 +375,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
375375
severity:ChangeSeverity::Info,
376376
summary:"There is now a new `gcc` config section that can be used to download GCC from CI using `gcc.download-ci-gcc = true`",
377377
},
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+
},
378383
];

0 commit comments

Comments
 (0)