-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
A-lintArea: New lintsArea: New lints
Description
What it does
Detect docstrings containing unused link definitions.
This might be part of one of the rustdoc related lints, like clippy::doc_broken_link
.
Advantage
No response
Drawbacks
No response
Example
/// Google.
///
/// [Google]: www.google.com
struct G;
Should detect that [Google]
isn't being used.
Comparison with existing lints
No response
Additional Context
No response
elhabert and teor2345
Metadata
Metadata
Assignees
Labels
A-lintArea: New lintsArea: New lints