mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Move keyword expressions to expr completions module
This commit is contained in:
parent
40bb8006cd
commit
b2abe1bca1
8 changed files with 84 additions and 99 deletions
|
@ -173,7 +173,7 @@ pub fn completions(
|
|||
completions::r#type::complete_type_path(acc, ctx);
|
||||
completions::r#type::complete_inferred_type(acc, ctx);
|
||||
completions::use_::complete_use_tree(acc, ctx);
|
||||
completions::vis::complete_vis(acc, ctx);
|
||||
completions::vis::complete_vis_path(acc, ctx);
|
||||
}
|
||||
|
||||
Some(acc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue