mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
remove unnecessary comment
This commit is contained in:
parent
439ce1143c
commit
d924125e6d
1 changed files with 0 additions and 2 deletions
|
@ -572,8 +572,6 @@ fn desugar_loc_pattern<'a>(
|
|||
})
|
||||
}
|
||||
|
||||
// Find `OptionalField`s and desugar the default value exprs. Also discard `SpaceBefore` and
|
||||
// `SpaceAfter` nodes so that patterns can be destructured over multiple lines.
|
||||
fn desugar_pattern<'a>(arena: &'a Bump, pattern: Pattern<'a>) -> Pattern<'a> {
|
||||
use roc_parse::ast::Pattern::*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue