]> git.lizzy.rs Git - rust.git/history - src/test/rustdoc-ui/invalid-html-tags.stderr
Use char_indices() instead of chars() to prevent more than one-byte characters issue
[rust.git] / src / test / rustdoc-ui / invalid-html-tags.stderr
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 GomezImprove code
2020-10-03 Guillaume GomezImprove invalid_html_tags lint span
2020-10-03 Guillaume GomezAdd test for unclosed_html_tag lint