mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 02:40:40 +00:00

previously, this lint did not distinguish between `<img` and `<img>`, and since the latter should be accepted under html5, the former was also accepted. the parser now also handles multi-line tags and multi-line attributes.