mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Drop some commented-out lines
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
This commit is contained in:
parent
89867a4dc5
commit
c894d522c3
1 changed files with 0 additions and 2 deletions
|
@ -206,11 +206,9 @@ fn single_quote_pattern_help<'a>() -> impl Parser<'a, Pattern<'a>, EPattern<'a>>
|
|||
fn list_pattern_help<'a>(min_indent: u32) -> impl Parser<'a, Pattern<'a>, PList<'a>> {
|
||||
move |arena, state| {
|
||||
let (_, pats, state) = collection_trailing_sep_e!(
|
||||
// word1_check_indent!(b'{', PRecord::Open, min_indent, PRecord::IndentOpen),
|
||||
word1(b'[', PList::Open),
|
||||
list_element_pattern(min_indent),
|
||||
word1(b',', PList::End),
|
||||
// word1_check_indent!(b'}', PRecord::End, min_indent, PRecord::IndentEnd),
|
||||
word1(b']', PList::End),
|
||||
min_indent,
|
||||
PList::Open,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue