1
Fork 0

Remove hir::Local::attrs.

This commit is contained in:
Camille GILLOT 2020-11-25 22:45:24 +01:00
parent ff79ad394f
commit 7ea1eacb17
3 changed files with 3 additions and 14 deletions

View file

@ -1179,7 +1179,6 @@ pub struct Local<'hir> {
pub init: Option<&'hir Expr<'hir>>,
pub hir_id: HirId,
pub span: Span,
pub attrs: AttrVec,
/// Can be `ForLoopDesugar` if the `let` statement is part of a `for` loop
/// desugaring. Otherwise will be `Normal`.
pub source: LocalSource,