mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
move completion items to conv
This commit is contained in:
parent
328d123f5b
commit
f1f2804c71
5 changed files with 33 additions and 30 deletions
|
@ -95,7 +95,7 @@ impl FnScopes {
|
|||
r1.start().cmp(&r2.start())
|
||||
}
|
||||
})
|
||||
.map(|(ptr, scope)| *scope)
|
||||
.map(|(_ptr, scope)| *scope)
|
||||
.unwrap_or(original_scope)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue