Skip to content

Commit ff02ecc

Browse files
Change default lint level of INVALID_HTML_TAGS to warning
1 parent c815756 commit ff02ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/lint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ declare_rustdoc_lint! {
148148
///
149149
/// [rustdoc book]: ../../../rustdoc/lints.html#invalid_html_tags
150150
INVALID_HTML_TAGS,
151-
Allow,
151+
Warn,
152152
"detects invalid HTML tags in doc comments"
153153
}
154154

0 commit comments

Comments
 (0)