Move trait_impl completion analysis into CompletionContext

This commit is contained in:
Lukas Wirth 2022-06-03 19:48:55 +02:00
parent 2a60b8452e
commit 98c0578f15
5 changed files with 187 additions and 184 deletions

View file

@ -173,7 +173,6 @@ pub fn completions(
completions::record::complete_record(acc, ctx);
completions::snippet::complete_expr_snippet(acc, ctx);
completions::snippet::complete_item_snippet(acc, ctx);
completions::trait_impl::complete_trait_impl(acc, ctx);
completions::r#type::complete_type_path(acc, ctx);
completions::r#type::complete_inferred_type(acc, ctx);
completions::use_::complete_use_tree(acc, ctx);