mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +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
|
@ -4,6 +4,7 @@ pub(crate) mod attribute;
|
|||
pub(crate) mod dot;
|
||||
pub(crate) mod expr;
|
||||
pub(crate) mod extern_abi;
|
||||
pub(crate) mod field;
|
||||
pub(crate) mod flyimport;
|
||||
pub(crate) mod fn_param;
|
||||
pub(crate) mod format_string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue