show names for record fields in enum completion

This commit is contained in:
adamrk 2020-02-15 21:48:20 +01:00
parent b2b94cbf71
commit 04aff742b1
4 changed files with 109 additions and 7 deletions

View file

@ -50,6 +50,7 @@ pub use crate::{
};
pub use hir_def::{
adt::StructKind,
body::scope::ExprScopes,
builtin_type::BuiltinType,
docs::Documentation,