Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cd3992f

Browse files
committedJun 23, 2024
add change entry for rls removal
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent c865502 commit cd3992f

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
@@ -195,4 +195,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
195195
severity: ChangeSeverity::Warning,
196196
summary: "Removed `dist.missing-tools` configuration as it was deprecated long time ago.",
197197
},
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+
},
198203
];

0 commit comments

Comments
 (0)
Failed to load comments.