Skip to content

Commit 583bf1e

Browse files
committed
Fix tidy call in runtest with custom HTML element
1 parent f3661dc commit 583bf1e

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

27322732
#[rustfmt::skip]
27332733
let tidy_args = [
2734+
"--new-blocklevel-tags", "rustdoc-search",
27342735
"--indent", "yes",
27352736
"--indent-spaces", "2",
27362737
"--wrap", "0",

0 commit comments

Comments
 (0)