1
Fork 0

Make invalid_html_tags lint only run on nightly and being allowed by default

This commit is contained in:
Guillaume Gomez 2020-09-25 14:04:10 +02:00
parent 6271a0a46d
commit f9a65afb27
3 changed files with 12 additions and 7 deletions

View file

@ -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"
}