rust/clippy_lints/src/doc
Catherine Flores 50ecb6e846
doc_link_code: add check for links with code spans that render weird (#14121)
This is the lint described at
https://github.com/rust-lang/rust/pull/136308#issuecomment-2625485331
that recommends using HTML to nest links inside code.

changelog: [`doc_link_code`]: warn when a link with code and a code span
are back-to-back
2025-02-14 13:55:33 +00:00
..
empty_line_after.rs Merge remote-tracking branch 'upstream/master' into rustup 2025-02-06 14:31:01 +01:00
include_in_doc_without_cfg.rs Merge commit '609cd310be' into clippy-subtree-update 2024-12-26 15:15:54 +01:00
lazy_continuation.rs Merge commit '51d49c1ae2' into clippy-subtree-update 2025-01-28 19:33:54 +01:00
link_with_quotes.rs Merge commit '7901289135' into clippy-subtree-update 2024-09-24 11:58:04 +02:00
markdown.rs Merge commit '0f8eabd623' into clippyup 2024-08-24 18:33:44 -04:00
missing_headers.rs Add hir::HeaderSafety to make follow up commits simpler 2025-01-14 10:54:11 +00:00
mod.rs doc_link_code: add check for links with code spans that render weird (#14121) 2025-02-14 13:55:33 +00:00
needless_doctest_main.rs Merge commit '7901289135' into clippy-subtree-update 2024-09-24 11:58:04 +02:00
suspicious_doc_comments.rs Add hir::Attribute 2024-12-15 19:18:46 +01:00
too_long_first_doc_paragraph.rs Merge commit '19e305bb57' into clippy-subtree-update 2025-01-09 18:57:00 +01:00