mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Rust: rename RecordFieldList to StructFieldList
This commit is contained in:
4
rust/schema/ast.py
generated
4
rust/schema/ast.py
generated
@@ -543,7 +543,7 @@ class StructField(AstNode, ):
|
||||
type_repr: optional["TypeRepr"] | child
|
||||
visibility: optional["Visibility"] | child
|
||||
|
||||
class RecordFieldList(FieldList, ):
|
||||
class StructFieldList(FieldList, ):
|
||||
fields: list["StructField"] | child
|
||||
|
||||
class StructPat(Pat, ):
|
||||
@@ -716,7 +716,7 @@ class Union(Item, VariantDef, ):
|
||||
attrs: list["Attr"] | child
|
||||
generic_param_list: optional["GenericParamList"] | child
|
||||
name: optional["Name"] | child
|
||||
struct_field_list: optional["RecordFieldList"] | child
|
||||
struct_field_list: optional["StructFieldList"] | child
|
||||
visibility: optional["Visibility"] | child
|
||||
where_clause: optional["WhereClause"] | child
|
||||
|
||||
|
||||
Reference in New Issue
Block a user