Skip to content

Commit 575be8c

Browse files
committed
bootstrap: add CONFIG_CHANGE_HISTORY entry for build.tidy-extra-checks
1 parent 7f27070 commit 575be8c

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
@@ -426,4 +426,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
426426
severity: ChangeSeverity::Info,
427427
summary: "Added new option `tool.TOOL_NAME.features` to specify the features to compile a tool with",
428428
},
429+
ChangeInfo {
430+
change_id: 142924,
431+
severity: ChangeSeverity::Info,
432+
summary: "Added new option `build.tidy-extra-checks` to specify a default value for the --extra-checks cli flag.",
433+
},
429434
];

0 commit comments

Comments
 (0)