1
Fork 0

Remove hir::Arm::attrs.

This commit is contained in:
Camille GILLOT 2020-11-26 23:46:48 +01:00
parent a987bbb97c
commit 96788df68c
5 changed files with 23 additions and 25 deletions

View file

@ -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.