File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -176,13 +176,13 @@ fn accumulate(self) -> Machine<{State::Accumulate}> {}
176
176
name: (identifier)
177
177
parameters: (parameters
178
178
(attribute_item
179
- (meta_item
179
+ (attr_item
180
180
(identifier)))
181
181
(parameter
182
182
pattern: (identifier)
183
183
type: (primitive_type))
184
184
(attribute_item
185
- (meta_item
185
+ (attr_item
186
186
(identifier)))
187
187
(parameter
188
188
pattern: (identifier)
@@ -473,7 +473,7 @@ struct Inches(i32);
473
473
(field_identifier)
474
474
(primitive_type))
475
475
(attribute_item
476
- (meta_item
476
+ (attr_item
477
477
(identifier)))
478
478
(field_declaration
479
479
(field_identifier)
@@ -632,10 +632,10 @@ pub enum Node<T: Item> {
632
632
(field_identifier)
633
633
(primitive_type))))
634
634
(attribute_item
635
- (meta_item
635
+ (attr_item
636
636
(identifier)))
637
637
(attribute_item
638
- (meta_item
638
+ (attr_item
639
639
(identifier)))
640
640
(enum_variant
641
641
(identifier)
@@ -968,7 +968,7 @@ mod macos_only {}
968
968
path: (identifier)
969
969
name: (identifier))))))
970
970
(attribute_item
971
- (meta_item
971
+ (attr_item
972
972
(scoped_identifier
973
973
path: (identifier)
974
974
name: (identifier))
@@ -1119,7 +1119,7 @@ fn foo() {
1119
1119
pattern: (identifier)
1120
1120
value: (array_expression
1121
1121
(attribute_item
1122
- (meta_item
1122
+ (attr_item
1123
1123
(identifier)))
1124
1124
(integer_literal)
1125
1125
(integer_literal)
@@ -1128,7 +1128,7 @@ fn foo() {
1128
1128
pattern: (identifier)
1129
1129
value: (tuple_expression
1130
1130
(attribute_item
1131
- (meta_item
1131
+ (attr_item
1132
1132
(identifier)))
1133
1133
(integer_literal)
1134
1134
(integer_literal)
Original file line number Diff line number Diff line change @@ -607,7 +607,7 @@ let msg = match x {
607
607
value: (integer_literal))
608
608
(match_arm
609
609
(attribute_item
610
- (meta_item
610
+ (attr_item
611
611
(identifier)))
612
612
pattern: (match_pattern
613
613
(integer_literal))
You can’t perform that action at this time.
0 commit comments