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