Make invalid_html_tags lint only run on nightly and being allowed by default
This commit is contained in:
parent
6271a0a46d
commit
f9a65afb27
3 changed files with 12 additions and 7 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue