Remove now redundant NodeId from Variant
This commit is contained in:
parent
495566ee61
commit
877c35e8a2
31 changed files with 88 additions and 111 deletions
|
@ -120,7 +120,6 @@ pub struct Variant {
|
|||
pub name: Name,
|
||||
pub attrs: Vec<ast::Attribute>,
|
||||
pub def: P<hir::StructDef>,
|
||||
pub id: ast::NodeId,
|
||||
pub stab: Option<attr::Stability>,
|
||||
pub whence: Span,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue