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.
2 parents 5d2a033 + 98975ff commit 12755aaCopy full SHA for 12755aa
1 file changed
src/tools/tidy/src/extra_checks/mod.rs
@@ -334,9 +334,9 @@ fn check_impl(
334
335
if js_lint {
336
if bless {
337
- eprintln!("linting javascript files");
338
- } else {
339
eprintln!("linting javascript files and applying suggestions");
+ } else {
+ eprintln!("linting javascript files");
340
}
341
let res = rustdoc_js::lint(outdir, librustdoc_path, tools_path, bless);
342
if res.is_err() {
0 commit comments