mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
show names for record fields in enum completion
This commit is contained in:
parent
b2b94cbf71
commit
04aff742b1
4 changed files with 109 additions and 7 deletions
|
@ -50,6 +50,7 @@ pub use crate::{
|
|||
};
|
||||
|
||||
pub use hir_def::{
|
||||
adt::StructKind,
|
||||
body::scope::ExprScopes,
|
||||
builtin_type::BuiltinType,
|
||||
docs::Documentation,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue