mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
update ide_api to new hir
This commit is contained in:
parent
1754dd9fdd
commit
2734636c53
5 changed files with 14 additions and 10 deletions
|
@ -44,6 +44,8 @@ pub(super) fn complete_path(acc: &mut Completions, ctx: &CompletionContext) {
|
|||
}
|
||||
_ => return,
|
||||
},
|
||||
|
||||
hir::ModuleDef::Function(_) => return,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue