Skip to content

Commit 9262816

Browse files
committed
rustdoc: allow custom element rustdoc-search
1 parent eeb59f1 commit 9262816

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/html-checker/main.rs

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ fn check_html_file(file: &Path) -> usize {
2929
.arg("-quiet")
3030
.arg("--mute-id") // this option is useful in case we want to mute more warnings
3131
.arg("yes")
32+
.arg("--new-blocklevel-tags")
33+
.arg("rustdoc-search") // custom elements
3234
.arg("--mute")
3335
.arg(&to_mute_s)
3436
.arg(file);

0 commit comments

Comments
 (0)