fn should_ignore_link_with_disambiguators(link: &str) -> boolExpand description
Returns true if we should ignore link due to it being unlikely
that it is an intra-doc link. link should still have disambiguators
if there were any.
The difference between this and should_ignore_link() is that this
check should only be used on links that still have disambiguators.