We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb59f1 commit 9262816Copy full SHA for 9262816
src/tools/html-checker/main.rs
@@ -29,6 +29,8 @@ fn check_html_file(file: &Path) -> usize {
29
.arg("-quiet")
30
.arg("--mute-id") // this option is useful in case we want to mute more warnings
31
.arg("yes")
32
+ .arg("--new-blocklevel-tags")
33
+ .arg("rustdoc-search") // custom elements
34
.arg("--mute")
35
.arg(&to_mute_s)
36
.arg(file);
0 commit comments