mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
internal: Remove unqualified_path completions module
This commit is contained in:
parent
16d2e79b50
commit
0c4e23b8ef
15 changed files with 769 additions and 732 deletions
|
@ -166,7 +166,6 @@ pub fn completions(
|
|||
completions::mod_::complete_mod(acc, ctx);
|
||||
completions::pattern::complete_pattern(acc, ctx);
|
||||
completions::postfix::complete_postfix(acc, ctx);
|
||||
completions::qualified_path::complete_qualified_path(acc, ctx);
|
||||
completions::record::complete_record_literal(acc, ctx);
|
||||
completions::record::complete_record(acc, ctx);
|
||||
completions::snippet::complete_expr_snippet(acc, ctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue