remove unnecessary comment

This commit is contained in:
Elias Mulhall 2023-11-26 20:12:44 -05:00
parent 439ce1143c
commit d924125e6d
No known key found for this signature in database
GPG key ID: 8D1F3C219EAB45F2

View file

@ -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::*;