AST - Removed field missed in previous changes

This commit is contained in:
Emmanuel BENOîT 2023-01-02 21:38:33 +01:00
parent f1145bfbdf
commit 46389d2962

View file

@ -250,7 +250,6 @@ impl AstDumper for ExprNode {
} }
ExprNode::Lambda { ExprNode::Lambda {
token: _,
params, params,
body, body,
} => { } => {