update ide_api to new hir
This commit is contained in:
@@ -44,6 +44,8 @@ pub(super) fn complete_path(acc: &mut Completions, ctx: &CompletionContext) {
|
||||
}
|
||||
_ => return,
|
||||
},
|
||||
|
||||
hir::ModuleDef::Function(_) => return,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user