mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
fix: Ignore generic arguments in intra doc link path resolution
This commit is contained in:
parent
0ac05c0527
commit
ab533d887d
7 changed files with 74 additions and 50 deletions
|
@ -721,7 +721,7 @@ impl NameRefClass {
|
|||
|
||||
impl_from!(
|
||||
Field, Module, Function, Adt, Variant, Const, Static, Trait, TraitAlias, TypeAlias, BuiltinType, Local,
|
||||
GenericParam, Label, Macro
|
||||
GenericParam, Label, Macro, ExternCrateDecl
|
||||
for Definition
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue