mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: rename generate-schema -> ast-generator
This commit is contained in:
3
rust/schema/ast.py
generated
3
rust/schema/ast.py
generated
@@ -1,4 +1,4 @@
|
||||
# Generated by `cargo generate-schema`, do not edit by hand.
|
||||
# Generated by `ast-generator`, do not edit by hand.
|
||||
|
||||
from .prelude import *
|
||||
|
||||
@@ -663,4 +663,3 @@ class YeetExpr(Expr):
|
||||
class YieldExpr(Expr):
|
||||
attrs: list["Attr"] | child
|
||||
expr: optional["Expr"] | child
|
||||
|
||||
|
||||
Reference in New Issue
Block a user