Rename Item.node
to Item.kind
This commit is contained in:
parent
21bf983acb
commit
7bc94cc3c2
99 changed files with 279 additions and 278 deletions
|
@ -2269,7 +2269,7 @@ pub struct Item {
|
|||
pub ident: Ident,
|
||||
pub attrs: Vec<Attribute>,
|
||||
pub id: NodeId,
|
||||
pub node: ItemKind,
|
||||
pub kind: ItemKind,
|
||||
pub vis: Visibility,
|
||||
pub span: Span,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue