Rust: rename generate-schema -> ast-generator

This commit is contained in:
Paolo Tranquilli
2024-10-08 10:03:00 +02:00
parent 5a4cd1c578
commit 96dda8808c
15 changed files with 26 additions and 46 deletions

3
rust/schema/ast.py generated
View File

@@ -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