bootstrap: add CONFIG_CHANGE_HISTORY entry for build.tidy-extra-checks
This commit is contained in:
parent
90b2d24692
commit
1d3cbb3a1c
1 changed files with 5 additions and 0 deletions
|
|
@ -441,4 +441,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
|
|||
severity: ChangeSeverity::Warning,
|
||||
summary: "`llvm.lld` is no longer enabled by default for the dist profile.",
|
||||
},
|
||||
ChangeInfo {
|
||||
change_id: 143251,
|
||||
severity: ChangeSeverity::Info,
|
||||
summary: "Added new option `build.tidy-extra-checks` to specify a default value for the --extra-checks cli flag.",
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue