mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Add inline source
This commit is contained in:
parent
223fd2979c
commit
f2b654fd44
5 changed files with 93 additions and 46 deletions
|
@ -148,7 +148,7 @@ fn complete_module_items(
|
|||
this_item: Option<ast::NameRef>,
|
||||
acc: &mut Vec<CompletionItem>,
|
||||
) {
|
||||
let scope = ModuleScope::from_items(items);
|
||||
let scope = ModuleScope::new(items); // FIXME
|
||||
acc.extend(
|
||||
scope
|
||||
.entries()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue