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 9cd9097 commit 7b64d93Copy full SHA for 7b64d93
src/tools/tidy/src/ext_tool_checks.rs
@@ -75,7 +75,7 @@ fn check_impl(
75
.split(',')
76
.map(|s| {
77
if s == "spellcheck:fix" {
78
- eprintln!("warning: `spellcheck:fix` is no longer valid, use `--extra=check=spellcheck --bless`");
+ eprintln!("warning: `spellcheck:fix` is no longer valid, use `--extra-checks=spellcheck --bless`");
79
}
80
(ExtraCheckArg::from_str(s), s)
81
})
0 commit comments