compiletest: disambiguate html-tidy from rust tidy tool

This commit is contained in:
binarycat 2024-10-19 13:11:26 -05:00
parent bed75e7c21
commit 53974b1786

View File

@ -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 {