mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 15:07:09 +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.