Skip to content

Commit

Permalink
compiletest: disambiguate html-tidy from rust tidy tool
Browse files Browse the repository at this point in the history
  • Loading branch information
lolbinarycat committed Oct 19, 2024
1 parent bed75e7 commit 53974b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/compiletest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fn main() {
let config = Arc::new(parse_config(env::args().collect()));

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

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

0 comments on commit 53974b1

Please sign in to comment.