Rust: add UseTree::is_star

This commit is contained in:
Arthur Baars
2025-01-28 14:52:29 +01:00
parent f0755bfb5d
commit 8d96c87abe
19 changed files with 148 additions and 75 deletions

1
rust/schema/ast.py generated
View File

@@ -727,6 +727,7 @@ class UseBoundGenericArgs(AstNode, ):
use_bound_generic_args: list["UseBoundGenericArg"] | child
class UseTree(AstNode, ):
is_glob: predicate
path: optional["Path"] | child
rename: optional["Rename"] | child
use_tree_list: optional["UseTreeList"] | child