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 c1ed2ac commit 9f78173Copy full SHA for 9f78173
src/bootstrap/src/utils/change_tracker.rs
@@ -446,4 +446,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
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
},
449
+ ChangeInfo {
450
+ change_id: 143493,
451
+ severity: ChangeSeverity::Warning,
452
+ summary: "The `spellcheck:fix` tidy extra check argument has been removed, use `--bless` instead",
453
+ },
454
];
0 commit comments