]> git.lizzy.rs Git - rust.git/history - src/test/rustdoc-ui/invalid-html-tags.rs
Enforce closing HTML tags to have a ">" character
[rust.git] / src / test / rustdoc-ui / invalid-html-tags.rs
2020-10-03 Guillaume GomezEnforce closing HTML tags to have a ">" character
2020-10-03 Guillaume GomezUse char_indices() instead of chars() to prevent more...
2020-10-03 Guillaume GomezCorrectly handle unicode characters and tags being...
2020-10-03 Guillaume GomezDon't warn if the tag is nested inside a <script> or...
2020-10-03 Guillaume GomezImprove code
2020-10-03 Guillaume GomezImprove invalid_html_tags lint span
2020-10-03 Guillaume GomezAdd test for unclosed_html_tag lint