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 asGo to https://example.com/.
Suggests wrapping the link with angle brackets:Go to <https://example.com/>.
to linkify it. - Validates syntax inside Rust code blocks (```rust).
- html_
tags πDetects invalid HTML (like an unclosed<span>
) in doc comments. - 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 π