rust/clippy_lints/src/doc
Michael Howell 44feca7f3f doc_nested_refdefs: new lint for suspicious refdef syntax
This is more likely to be intended as an intra-doc link than it is
to be intended as a refdef. If a refdef is intended, it does not
need to be nested within a list item or quote.

```markdown
- [`LONG_INTRA_DOC_LINK`]: this
  looks like an intra-doc link,
  but is actually a refdef.
  The first line will seem to
  disappear when rendered as HTML.
```
2024-11-27 13:42:04 -07:00
..
empty_line_after.rs Use contiguous spans for empty_line_after_* suggestion 2024-09-23 17:56:32 +02:00
include_in_doc_without_cfg.rs Add new lint doc_include_without_cfg 2024-11-21 22:43:55 +01:00
lazy_continuation.rs Rewrite empty_line_after_doc_comments and empty_line_after_outer_attr 2024-08-24 18:07:31 +00:00
link_with_quotes.rs Formatting 2024-09-22 20:52:15 +02:00
markdown.rs Replace span_suggestion_with_style with _verbose 2024-08-17 18:09:28 +00:00
missing_headers.rs new lint unnecessary_map_or 2024-11-12 23:00:26 +00:00
mod.rs doc_nested_refdefs: new lint for suspicious refdef syntax 2024-11-27 13:42:04 -07:00
needless_doctest_main.rs Formatting 2024-09-22 20:52:15 +02:00
suspicious_doc_comments.rs Rewrite empty_line_after_doc_comments and empty_line_after_outer_attr 2024-08-24 18:07:31 +00:00
too_long_first_doc_paragraph.rs fix: Fixed incorrect comment form suggestion 2024-09-12 23:33:22 +00:00