Remove some of the unnecessary helpfer functions from CompletionContext

This commit is contained in:
Lukas Wirth 2022-06-03 20:49:25 +02:00
parent a0c1816e3a
commit a2a74bf278
12 changed files with 151 additions and 195 deletions

View file

@ -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);