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 3f808f2 commit 98975ffCopy full SHA for 98975ff
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