Fix tidy call in runtest with custom HTML element
This commit is contained in:
@@ -2731,6 +2731,7 @@ impl<'test> TestCx<'test> {
|
|||||||
|
|
||||||
#[rustfmt::skip]
|
#[rustfmt::skip]
|
||||||
let tidy_args = [
|
let tidy_args = [
|
||||||
|
"--new-blocklevel-tags", "rustdoc-search",
|
||||||
"--indent", "yes",
|
"--indent", "yes",
|
||||||
"--indent-spaces", "2",
|
"--indent-spaces", "2",
|
||||||
"--wrap", "0",
|
"--wrap", "0",
|
||||||
|
|||||||
Reference in New Issue
Block a user