mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: add UseTree::is_star
This commit is contained in:
1
rust/schema/ast.py
generated
1
rust/schema/ast.py
generated
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user