Function rustc_resolve::rustdoc::may_be_doc_link
source · pub fn may_be_doc_link(link_type: LinkType) -> bool
Expand description
Keep inline and reference links []
,
but skip autolinks <>
which we never consider to be intra-doc links.