mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Do not render meta info when hovering usages
This commit is contained in:
parent
80e9d014be
commit
3741b863a6
4 changed files with 124 additions and 83 deletions
|
@ -212,6 +212,7 @@ impl StaticIndex<'_> {
|
|||
def,
|
||||
&node,
|
||||
None,
|
||||
false,
|
||||
&hover_config,
|
||||
edition,
|
||||
)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue