AST - Removed useless field from Lambda
This commit is contained in:
parent
2881eb5a61
commit
ab46d0bcef
2 changed files with 1 additions and 7 deletions
src
|
@ -98,8 +98,6 @@ pub enum ExprNode {
|
|||
|
||||
/// A lambda function.
|
||||
Lambda {
|
||||
/// The `fun` token which creates the lambda.
|
||||
token: Token,
|
||||
params: Vec<Token>,
|
||||
body: Vec<StmtNode>,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue