Skip to content

Commit 06ce2e0

Browse files
committed
Fix tidy call in runtest with custom HTML element
1 parent 46c90a6 commit 06ce2e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/compiletest/src/runtest.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2748,6 +2748,7 @@ impl<'test> TestCx<'test> {
27482748

27492749
#[rustfmt::skip]
27502750
let tidy_args = [
2751+
"--new-blocklevel-tags", "rustdoc-search",
27512752
"--indent", "yes",
27522753
"--indent-spaces", "2",
27532754
"--wrap", "0",

0 commit comments

Comments
 (0)