mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Remove some of the unnecessary helpfer functions from CompletionContext
This commit is contained in:
parent
a0c1816e3a
commit
a2a74bf278
12 changed files with 151 additions and 195 deletions
|
@ -169,7 +169,6 @@ pub fn completions(
|
|||
completions::mod_::complete_mod(acc, ctx);
|
||||
completions::pattern::complete_pattern(acc, ctx);
|
||||
completions::postfix::complete_postfix(acc, ctx);
|
||||
completions::record::complete_record_literal(acc, ctx);
|
||||
completions::record::complete_record(acc, ctx);
|
||||
completions::snippet::complete_expr_snippet(acc, ctx);
|
||||
completions::snippet::complete_item_snippet(acc, ctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue