We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f27070 commit 575be8cCopy full SHA for 575be8c
src/bootstrap/src/utils/change_tracker.rs
@@ -426,4 +426,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
426
severity: ChangeSeverity::Info,
427
summary: "Added new option `tool.TOOL_NAME.features` to specify the features to compile a tool with",
428
},
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
+ },
434
];
0 commit comments