Remove hir::Arm::attrs.
This commit is contained in:
parent
a987bbb97c
commit
96788df68c
5 changed files with 23 additions and 25 deletions
|
@ -1188,7 +1188,6 @@ pub struct Arm<'hir> {
|
|||
#[stable_hasher(ignore)]
|
||||
pub hir_id: HirId,
|
||||
pub span: Span,
|
||||
pub attrs: &'hir [Attribute],
|
||||
/// If this pattern and the optional guard matches, then `body` is evaluated.
|
||||
pub pat: &'hir Pat<'hir>,
|
||||
/// Optional guard clause.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue