mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Implement most of the recent round of PR feedback
This commit is contained in:
parent
03f83a0ba8
commit
6a2ffb2f5a
13 changed files with 67 additions and 116 deletions
|
@ -641,7 +641,6 @@ impl IterTokens for ValueDef<'_> {
|
|||
onetoken(Token::Import, import.name.item.region, arena)
|
||||
}
|
||||
ValueDef::Stmt(loc_expr) => loc_expr.iter_tokens(arena),
|
||||
ValueDef::Return(loc_expr) => loc_expr.iter_tokens(arena),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue