diff options
| author | Michael Howell <michael@notriddle.com> | 2024-06-10 16:28:51 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2024-07-29 08:46:01 -0700 |
| commit | 583bf1e5bf8ee78c60f5db5b3bb85f032545239c (patch) | |
| tree | c343930545243820e8fea6629050da119555e2fa | |
| parent | f3661dce09bc715a46c01f7ea57694e06b587f29 (diff) | |
Fix tidy call in runtest with custom HTML element
| -rw-r--r-- | src/tools/compiletest/src/runtest.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/compiletest/src/runtest.rs b/src/tools/compiletest/src/runtest.rs index f6e8fdd6244..1f15605d8be 100644 --- a/src/tools/compiletest/src/runtest.rs +++ b/src/tools/compiletest/src/runtest.rs @@ -2731,6 +2731,7 @@ impl<'test> TestCx<'test> { #[rustfmt::skip] let tidy_args = [ + "--new-blocklevel-tags", "rustdoc-search", "--indent", "yes", "--indent-spaces", "2", "--wrap", "0", |
