Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove from librustdoc and clippy too | Scott McMurray | 2023-01-27 | 1 | -2/+2 |
* | Don't panic if `close_tag()` is called without tags to close | Noah Lev | 2021-08-25 | 1 | -2/+10 |
* | Assert that `tag_name` is alphabetic | Noah Lev | 2021-08-25 | 1 | -0/+8 |
* | Add tests for `HtmlWithLimit` | Noah Lev | 2021-08-25 | 1 | -0/+3 |
* | Use `write!` | Noah Lev | 2021-08-21 | 1 | -6/+2 |
* | Use the length limit as the initial capacity | Noah Lev | 2021-08-21 | 1 | -1/+11 |
* | Clarify wording in docs | Noah Lev | 2021-08-21 | 1 | -1/+1 |
* | Refactor Markdown length-limited summary implementation | Noah Lev | 2021-08-19 | 1 | -0/+94 |