mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: regenerate schema
This commit is contained in:
1
rust/schema/ast.py
generated
1
rust/schema/ast.py
generated
@@ -539,6 +539,7 @@ class StructExprFieldList(AstNode, ):
|
||||
class StructField(AstNode, ):
|
||||
attrs: list["Attr"] | child
|
||||
default: optional["Expr"] | child
|
||||
is_unsafe: predicate
|
||||
name: optional["Name"] | child
|
||||
type_repr: optional["TypeRepr"] | child
|
||||
visibility: optional["Visibility"] | child
|
||||
|
||||
Reference in New Issue
Block a user