Static rustdoc::lint::REDUNDANT_EXPLICIT_LINKS
source · pub static REDUNDANT_EXPLICIT_LINKS: &LintExpand description
This lint is warned by default. It detects explicit links that are same
as computed automatic links. This usually means the explicit links is removeable.
This is a rustdoc only lint, see the documentation in the rustdoc book.