Make invalid_html_tags lint only run on nightly and being allowed by default
This commit is contained in:
@@ -1887,7 +1887,7 @@ declare_lint! {
|
||||
///
|
||||
/// [rustdoc book]: ../../../rustdoc/lints.html#invalid_html_tags
|
||||
pub INVALID_HTML_TAGS,
|
||||
Warn,
|
||||
Allow,
|
||||
"detects invalid HTML tags in doc comments"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user