]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_session/src/lint/builtin.rs
Make invalid_html_tags lint only run on nightly and being allowed by default
[rust.git] / compiler / rustc_session / src / lint / builtin.rs
index ce2a14b448149dd856cd646675a5cce8714d7427..164df22c5c3d17f76275cee2ed312fa8f20d7f84 100644 (file)
     ///
     /// [rustdoc book]: ../../../rustdoc/lints.html#invalid_html_tags
     pub INVALID_HTML_TAGS,
-    Warn,
+    Allow,
     "detects invalid HTML tags in doc comments"
 }