mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
increase completion relevance for items in local scope
This commit is contained in:
parent
f57e2f5598
commit
ba924d04b3
3 changed files with 88 additions and 32 deletions
|
@ -1117,13 +1117,13 @@ mod tests {
|
|||
(
|
||||
"&arg",
|
||||
Some(
|
||||
"fffffffd",
|
||||
"fffffffa",
|
||||
),
|
||||
),
|
||||
(
|
||||
"arg",
|
||||
Some(
|
||||
"fffffffe",
|
||||
"fffffffd",
|
||||
),
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue