move completion items to conv

This commit is contained in:
Aleksey Kladov 2018-12-22 01:59:32 +03:00
parent 328d123f5b
commit f1f2804c71
5 changed files with 33 additions and 30 deletions

View file

@ -95,7 +95,7 @@ impl FnScopes {
r1.start().cmp(&r2.start())
}
})
.map(|(ptr, scope)| *scope)
.map(|(_ptr, scope)| *scope)
.unwrap_or(original_scope)
}