Remove hir::Local::attrs.
This commit is contained in:
parent
ff79ad394f
commit
7ea1eacb17
3 changed files with 3 additions and 14 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue