mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Stray dbg
This commit is contained in:
parent
3c65fbcf35
commit
dc3f8db6b8
1 changed files with 1 additions and 4 deletions
|
@ -532,10 +532,7 @@ fn parse_has_ability<'a>(min_indent: u32) -> impl Parser<'a, HasAbility<'a>, ETy
|
||||||
EType::TIndentEnd
|
EType::TIndentEnd
|
||||||
))
|
))
|
||||||
),
|
),
|
||||||
|(ability, impls): (_, Option<_>)| {
|
|(ability, impls): (_, Option<_>)| { HasAbility::HasAbility { ability, impls } }
|
||||||
dbg!(1, &ability, &impls);
|
|
||||||
HasAbility::HasAbility { ability, impls }
|
|
||||||
}
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue