Rename ImplItem.node
to ImplItem.kind
This commit is contained in:
parent
8bd0382134
commit
ce6aabbaa1
48 changed files with 107 additions and 108 deletions
|
@ -1497,7 +1497,7 @@ pub struct ImplItem {
|
|||
pub defaultness: Defaultness,
|
||||
pub attrs: Vec<Attribute>,
|
||||
pub generics: Generics,
|
||||
pub node: ImplItemKind,
|
||||
pub kind: ImplItemKind,
|
||||
pub span: Span,
|
||||
/// See `Item::tokens` for what this is.
|
||||
pub tokens: Option<TokenStream>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue