Skip to content

Commit 5b043ee

Browse files
committed
Fix tidy call in runtest with custom HTML element
1 parent 0c5531c commit 5b043ee

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

27422742
#[rustfmt::skip]
27432743
let tidy_args = [
2744+
"--new-blocklevel-tags", "rustdoc-search",
27442745
"--indent", "yes",
27452746
"--indent-spaces", "2",
27462747
"--wrap", "0",

0 commit comments

Comments
 (0)