Remove hir::StructField::attrs.
This commit is contained in:
parent
3c0afc3e1c
commit
c298744da7
5 changed files with 8 additions and 7 deletions
|
@ -2631,7 +2631,6 @@ pub struct StructField<'hir> {
|
|||
pub vis: Visibility<'hir>,
|
||||
pub hir_id: HirId,
|
||||
pub ty: &'hir Ty<'hir>,
|
||||
pub attrs: &'hir [Attribute],
|
||||
}
|
||||
|
||||
impl StructField<'_> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue