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).
- footnotes ๐
- html_
tags ๐ - Detects invalid HTML (like an unclosed
<span>) in doc comments. - invalid_
markdown_ ๐table - Detects table rows where some content seems to have been discarded because there are too many pipe characters.
- redundant_
explicit_ ๐links - unescaped_
backticks ๐ - Detects unescaped backticks (`) in doc comments.
Structsยง
- Linter ๐
Functionsยง
- lint ๐