mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Fix visibility mods not being completed for field defs
This commit is contained in:
parent
519ac81b57
commit
c5dcc77b40
10 changed files with 85 additions and 15 deletions
|
@ -158,6 +158,7 @@ pub fn completions(
|
|||
completions::dot::complete_dot(acc, ctx);
|
||||
completions::expr::complete_expr_path(acc, ctx);
|
||||
completions::extern_abi::complete_extern_abi(acc, ctx);
|
||||
completions::field::complete_field_list(acc, ctx);
|
||||
completions::flyimport::import_on_the_fly(acc, ctx);
|
||||
completions::fn_param::complete_fn_param(acc, ctx);
|
||||
completions::format_string::format_string(acc, ctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue