Skip to content

Commit

Permalink
chore: remove leftover todo
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Aug 9, 2024
1 parent d70cd76 commit bc0e12e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parser/src/parser/grammar.lalrpop
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ FunctionBindingType: Type = {
}

FunctionBody: Vec<Statement> = {
// TODO: validate
<l:@L> <stmts: StatementBlock> <r:@R> =>? {
if stmts.len() > 1 {
diagnostics.diagnostic(Severity::Error)
Expand Down

0 comments on commit bc0e12e

Please sign in to comment.