about summary refs log tree commit diff
path: root/src/librustdoc/html/length_limit.rs
AgeCommit message (Expand)AuthorLines
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-4/+3
2023-01-27Remove from librustdoc and clippy tooScott McMurray-2/+2
2021-08-25Don't panic if `close_tag()` is called without tags to closeNoah Lev-2/+10
2021-08-25Assert that `tag_name` is alphabeticNoah Lev-0/+8
2021-08-25Add tests for `HtmlWithLimit`Noah Lev-0/+3
2021-08-21Use `write!`Noah Lev-6/+2
2021-08-21Use the length limit as the initial capacityNoah Lev-1/+11
2021-08-21Clarify wording in docsNoah Lev-1/+1
2021-08-19Refactor Markdown length-limited summary implementationNoah Lev-0/+94