mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
complete fields in enum variants
This commit is contained in:
parent
8bb81d7418
commit
2a1e11b36f
5 changed files with 116 additions and 16 deletions
|
@ -55,7 +55,7 @@ use crate::{
|
|||
};
|
||||
|
||||
pub use self::{
|
||||
adt::AdtDef,
|
||||
adt::{AdtDef, VariantDef},
|
||||
either::Either,
|
||||
expr::ExprScopes,
|
||||
generics::{GenericParam, GenericParams, HasGenericParams},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue