Remove hir::Local::attrs.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user