mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
Fix tidy call in runtest with custom HTML element
This commit is contained in:
@@ -2731,6 +2731,7 @@ fn compare_to_default_rustdoc(&mut self, out_dir: &Path) {
|
||||
|
||||
#[rustfmt::skip]
|
||||
let tidy_args = [
|
||||
"--new-blocklevel-tags", "rustdoc-search",
|
||||
"--indent", "yes",
|
||||
"--indent-spaces", "2",
|
||||
"--wrap", "0",
|
||||
|
||||
Reference in New Issue
Block a user