Skip to content

Commit 53974b1

Browse files
committed
compiletest: disambiguate html-tidy from rust tidy tool
1 parent bed75e7 commit 53974b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/compiletest/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fn main() {
1919
let config = Arc::new(parse_config(env::args().collect()));
2020

2121
if !config.has_tidy && config.mode == Mode::Rustdoc {
22-
eprintln!("warning: `tidy` is not installed; diffs will not be generated");
22+
eprintln!("warning: `tidy` (html-tidy.org) is not installed; diffs will not be generated");
2323
}
2424

2525
if !config.profiler_runtime && config.mode == Mode::CoverageRun {

0 commit comments

Comments
 (0)