rust-clippy/tests/ui/doc
Michael Howell f3dd31e214 Add lint for markdown lazy paragraph continuations
This is a follow-up for https://github.com/rust-lang/rust/pull/121659,
since most cases of unintended block quotes are lazy continuations.
The lint is designed to be more generally useful than that, though,
because it will also catch unintended list items and unintended
block quotes that didn't coincidentally hit a pulldown-cmark bug.
2024-05-06 16:31:21 -07:00
..
doc-fixable.fixed Use check_attributes in doc lints 2024-04-05 16:12:07 +00:00
doc-fixable.rs Use check_attributes in doc lints 2024-04-05 16:12:07 +00:00
doc-fixable.stderr Use check_attributes in doc lints 2024-04-05 16:12:07 +00:00
doc_lazy_blockquote.fixed Add lint for markdown lazy paragraph continuations 2024-05-06 16:31:21 -07:00
doc_lazy_blockquote.rs Add lint for markdown lazy paragraph continuations 2024-05-06 16:31:21 -07:00
doc_lazy_blockquote.stderr Add lint for markdown lazy paragraph continuations 2024-05-06 16:31:21 -07:00
doc_lazy_list.fixed Add lint for markdown lazy paragraph continuations 2024-05-06 16:31:21 -07:00
doc_lazy_list.rs Add lint for markdown lazy paragraph continuations 2024-05-06 16:31:21 -07:00
doc_lazy_list.stderr Add lint for markdown lazy paragraph continuations 2024-05-06 16:31:21 -07:00
issue_902.rs Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup 2021-11-04 12:52:36 +00:00
issue_1832.rs Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup 2021-11-04 12:52:36 +00:00
issue_9473.fixed Add regression test for #9473 2024-03-05 12:07:37 +01:00
issue_9473.rs Add regression test for #9473 2024-03-05 12:07:37 +01:00
issue_9473.stderr Add regression test for #9473 2024-03-05 12:07:37 +01:00
issue_10262.fixed Also handle <blockquote> and <q> HTML tags 2024-03-13 19:31:01 +01:00
issue_10262.rs Also handle <blockquote> and <q> HTML tags 2024-03-13 19:31:01 +01:00
issue_10262.stderr Add regression test for #10262 2024-03-13 19:25:36 +01:00
needless_doctest_main.rs Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup 2023-07-02 14:59:02 +02:00
unbalanced_ticks.rs Reuse rustdoc's doc comment handling in Clippy 2023-09-08 23:42:57 +00:00
unbalanced_ticks.stderr Remove $DIR replacement in test output 2024-02-17 12:34:54 +00:00