mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Move trait_impl completion analysis into CompletionContext
This commit is contained in:
parent
2a60b8452e
commit
98c0578f15
5 changed files with 187 additions and 184 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue