Skip to content

Commit

Permalink
rustdoc: allow custom element rustdoc-search
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed May 7, 2024
1 parent eeb59f1 commit 9262816
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/html-checker/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ fn check_html_file(file: &Path) -> usize {
.arg("-quiet")
.arg("--mute-id") // this option is useful in case we want to mute more warnings
.arg("yes")
.arg("--new-blocklevel-tags")
.arg("rustdoc-search") // custom elements
.arg("--mute")
.arg(&to_mute_s)
.arg(file);
Expand Down

0 comments on commit 9262816

Please sign in to comment.