commit | 0b1bf37722519e78d92c01118fde228e7ea9eb17 | [log] [tgz] |
---|---|---|
author | bors <bors@rust-lang.org> | Sat May 18 23:46:57 2024 +0000 |
committer | bors <bors@rust-lang.org> | Sat May 18 23:46:57 2024 +0000 |
tree | 1af5b856a0b05e5f6707a4a636ccd8a4ec09d8f4 | |
parent | 680256f3ce369da4d305bb4e0c037672d2625b8b [diff] | |
parent | b5cf8b8277fc39bf398f620c8f6d50b56821155c [diff] |
Auto merge of #12818 - notriddle:master, r=y21 doc_lazy_continuation: do not warn on End events ``` changelog: none ``` This avoids event spans that would otherwise cause crashes, since an End's span covers the range of the tag (which will be earlier than the line break within the tag).