Rename TraitItem.node to TraitItem.kind

This commit is contained in:
varkor 2019-09-26 17:07:54 +01:00
parent 17726f6b52
commit d4573c9c1e
42 changed files with 82 additions and 82 deletions

View file

@ -1474,7 +1474,7 @@ pub struct TraitItem {
pub ident: Ident,
pub attrs: Vec<Attribute>,
pub generics: Generics,
pub node: TraitItemKind,
pub kind: TraitItemKind,
pub span: Span,
/// See `Item::tokens` for what this is.
pub tokens: Option<TokenStream>,