]> git.lizzy.rs Git - rust.git/history - src/librustdoc/passes/html_tags.rs
Enforce closing HTML tags to have a ">" character
[rust.git] / src / librustdoc / passes / 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 GomezFix visitor for invalid_html_tag lint
2020-10-03 Guillaume GomezMake invalid_html_tags lint only run on nightly and...
2020-10-03 Guillaume GomezImprove invalid_html_tags lint span
2020-10-03 Guillaume GomezAdd `unclosed_html_tags` lint