Static rustdoc::lint::REDUNDANT_EXPLICIT_LINKS
source · pub static REDUNDANT_EXPLICIT_LINKS: &Lint
Expand 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.