mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: address review
This commit is contained in:
@@ -63,3 +63,11 @@ class Unimplemented(Unextracted):
|
||||
The base class for unimplemented nodes. This is used to mark nodes that are not yet extracted.
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
class Callable(AstNode):
|
||||
"""
|
||||
A callable. Either a `Function` or a `ClosureExpr`.
|
||||
"""
|
||||
param_list: optional["ParamList"] | child
|
||||
attrs: list["Attr"] | child
|
||||
|
||||
Reference in New Issue
Block a user