mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Rust: address review
This commit is contained in:
@@ -1741,13 +1741,6 @@ class _:
|
||||
```
|
||||
"""
|
||||
|
||||
class Callable(AstNode):
|
||||
"""
|
||||
A callable. Either a `Function` or a `ClosureExpr`.
|
||||
"""
|
||||
param_list: optional["ParamList"] | child
|
||||
attrs: list["Attr"] | child
|
||||
|
||||
@annotate(Function, add_bases=[Callable])
|
||||
class _:
|
||||
param_list: drop
|
||||
|
||||
Reference in New Issue
Block a user