Skip to content

Commit 1d3cbb3

Browse files
committed
bootstrap: add CONFIG_CHANGE_HISTORY entry for build.tidy-extra-checks
1 parent 90b2d24 commit 1d3cbb3

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
@@ -441,4 +441,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
441441
severity: ChangeSeverity::Warning,
442442
summary: "`llvm.lld` is no longer enabled by default for the dist profile.",
443443
},
444+
ChangeInfo {
445+
change_id: 143251,
446+
severity: ChangeSeverity::Info,
447+
summary: "Added new option `build.tidy-extra-checks` to specify a default value for the --extra-checks cli flag.",
448+
},
444449
];

0 commit comments

Comments
 (0)