mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-01 10:52:18 +00:00
fmt
This commit is contained in:
parent
dc96e194bd
commit
5c45cc9c3e
2 changed files with 1 additions and 3 deletions
|
@ -255,7 +255,6 @@ fn crash_kw<'a>() -> impl Parser<'a, Expr<'a>, EExpr<'a>> {
|
|||
fn loc_possibly_negative_or_negated_term<'a>(
|
||||
options: ExprParseOptions,
|
||||
) -> impl Parser<'a, Loc<Expr<'a>>, EExpr<'a>> {
|
||||
|
||||
one_of![
|
||||
|arena, state: State<'a>, min_indent: u32| {
|
||||
let initial = state.clone();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue