Skip to content

Commit bbce854

Browse files
committed
Add change tracker entry
1 parent 77dc443 commit bbce854

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
@@ -496,4 +496,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
496496
severity: ChangeSeverity::Warning,
497497
summary: "It is no longer possible to `x doc` with stage 0. All doc commands have to be on stage 1+.",
498498
},
499+
ChangeInfo {
500+
change_id: 145131,
501+
severity: ChangeSeverity::Warning,
502+
summary: "It is no longer possible to `x clippy` with stage 0. All clippy commands have to be on stage 1+.",
503+
},
499504
];

0 commit comments

Comments
 (0)