mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Remove dependency on test module
This commit is contained in:
parent
6459b8d8cf
commit
f6179404d1
2 changed files with 6 additions and 4 deletions
|
@ -1360,7 +1360,7 @@ fn parse_expr_end<'a>(
|
|||
}
|
||||
}
|
||||
|
||||
fn parse_loc_expr<'a>(
|
||||
pub fn parse_loc_expr<'a>(
|
||||
min_indent: u16,
|
||||
arena: &'a Bump,
|
||||
state: State<'a>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue