Expand description
Runs several rustdoc lints, consolidating them into a single pass for efficiency and simplicity.
Modules
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.Validates syntax inside Rust code blocks (```rust).
Detects invalid HTML (like an unclosed
<span>
) in doc comments.Structs
Linter 🔒