Drop vis in FieldDef.
This commit is contained in:
parent
4e8046f67a
commit
a62680d108
7 changed files with 81 additions and 63 deletions
|
@ -2671,8 +2671,8 @@ impl VisibilityKind<'_> {
|
|||
#[derive(Debug, HashStable_Generic)]
|
||||
pub struct FieldDef<'hir> {
|
||||
pub span: Span,
|
||||
pub vis_span: Span,
|
||||
pub ident: Ident,
|
||||
pub vis: Visibility<'hir>,
|
||||
pub hir_id: HirId,
|
||||
pub ty: &'hir Ty<'hir>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue