Skip to content

Commit a891b40

Browse files
committed
Register change tracker warning for removal of ./x suggest
1 parent 855e0fe commit a891b40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,4 +466,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
466466
severity: ChangeSeverity::Info,
467467
summary: "The --extra-checks flag now supports prefixing any check with `auto:` to only run it if relevant files are modified",
468468
},
469+
ChangeInfo {
470+
change_id: 143630,
471+
severity: ChangeSeverity::Warning,
472+
summary: "The current `./x suggest` implementation has been removed due to it being quite broken and a lack of maintenance bandwidth, with no prejudice against re-implementing it in a more maintainable form.",
473+
},
469474
];

0 commit comments

Comments
 (0)