Rename MetaItem.node to MetaItem.kind

This commit is contained in:
varkor 2019-09-26 18:04:05 +01:00
parent b474867961
commit 38121173e2
19 changed files with 50 additions and 50 deletions

View file

@ -472,7 +472,7 @@ pub enum NestedMetaItem {
#[derive(Clone, RustcEncodable, RustcDecodable, Debug)]
pub struct MetaItem {
pub path: Path,
pub node: MetaItemKind,
pub kind: MetaItemKind,
pub span: Span,
}