mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Add ConstParams to the ide layer
This commit is contained in:
parent
0acdb73076
commit
18bf2e5af5
13 changed files with 66 additions and 5 deletions
|
@ -193,6 +193,7 @@ fn rewrite_intra_doc_link(
|
|||
Definition::SelfType(_)
|
||||
| Definition::Local(_)
|
||||
| Definition::TypeParam(_)
|
||||
| Definition::ConstParam(_)
|
||||
| Definition::LifetimeParam(_)
|
||||
| Definition::Label(_) => return None,
|
||||
}?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue