We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed75e7 commit 53974b1Copy full SHA for 53974b1
src/tools/compiletest/src/main.rs
@@ -19,7 +19,7 @@ fn main() {
19
let config = Arc::new(parse_config(env::args().collect()));
20
21
if !config.has_tidy && config.mode == Mode::Rustdoc {
22
- 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");
23
}
24
25
if !config.profiler_runtime && config.mode == Mode::CoverageRun {
0 commit comments