Skip to content

Commit 8b39b75

Browse files
committed
Fix tidy call in runtest with custom HTML element
1 parent 0af1d79 commit 8b39b75

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
@@ -2743,6 +2743,7 @@ impl<'test> TestCx<'test> {
27432743

27442744
#[rustfmt::skip]
27452745
let tidy_args = [
2746+
"--new-blocklevel-tags", "rustdoc-search",
27462747
"--indent", "yes",
27472748
"--indent-spaces", "2",
27482749
"--wrap", "0",

0 commit comments

Comments
 (0)