You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh no... I just reread the PR and it turns out for over a year I've been doing this wrong. Interestingly it still works (or at least it did back when I first used it).
When using Markdown to link to methods within the generated documentation, this lint triggers erroneously. For instance:
In this made-up example, the target of the link is
Foo::new
per intra-rustdoc links. Adding backticks around it would break the intra-doc linking.The text was updated successfully, but these errors were encountered: