<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustdoc/html/length_limit, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-03-16T17:47:57+00:00</updated>
<entry>
<title>Suppress must_use in compiler and tools</title>
<updated>2025-03-16T17:47:57+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-02-22T23:55:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=380ce744010a260b7357a147562c7698a731cc50'/>
<id>urn:sha1:380ce744010a260b7357a147562c7698a731cc50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove from librustdoc and clippy too</title>
<updated>2023-01-28T04:44:19+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2023-01-28T04:02:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c4fa0d3ea6e8a8d1e8f2965b5a84d9775f31610b'/>
<id>urn:sha1:c4fa0d3ea6e8a8d1e8f2965b5a84d9775f31610b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't panic if `close_tag()` is called without tags to close</title>
<updated>2021-08-26T03:09:17+00:00</updated>
<author>
<name>Noah Lev</name>
<email>camelidcamel@gmail.com</email>
</author>
<published>2021-08-26T03:09:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4478ecc352d6f3f12c1cb4b9dd5e7e06762286ee'/>
<id>urn:sha1:4478ecc352d6f3f12c1cb4b9dd5e7e06762286ee</id>
<content type='text'>
This can happen when a tag is opened after the length limit is reached;
the tag will not end up being added to `unclosed_tags` because the queue
will never be flushed. So, now, if the `unclosed_tags` stack is empty,
`close_tag()` does nothing.

This change fixes a panic in the `limit_0` unit test.
</content>
</entry>
<entry>
<title>Add tests for `HtmlWithLimit`</title>
<updated>2021-08-26T03:03:25+00:00</updated>
<author>
<name>Noah Lev</name>
<email>camelidcamel@gmail.com</email>
</author>
<published>2021-08-22T01:14:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f8ca5764c36feab162893cd16b567d87edd4cf8e'/>
<id>urn:sha1:f8ca5764c36feab162893cd16b567d87edd4cf8e</id>
<content type='text'>
</content>
</entry>
</feed>
