Module lint

Source
Expand description

Runs several rustdoc lints, consolidating them into a single pass for efficiency and simplicity.

Modules§

bare_urls 🔒
Detects links that are not linkified, e.g., in Markdown such as Go to https://example.com/. Suggests wrapping the link with angle brackets: Go to <https://example.com/>. to linkify it.
check_code_block_syntax 🔒
Validates syntax inside Rust code blocks (```rust).
html_tags 🔒
Detects invalid HTML (like an unclosed <span>) in doc comments.
redundant_explicit_links 🔒
unescaped_backticks 🔒
Detects unescaped backticks (`) in doc comments.
unportable_markdown 🔒
Detects specific markdown syntax that’s different between pulldown-cmark 0.9 and 0.11.

Structs§

Linter 🔒

Constants§

RUN_LINTS 🔒

Functions§

run_lints 🔒