Remove dependency on test module

This commit is contained in:
Basile Henry 2021-05-03 15:21:55 +02:00
parent 6459b8d8cf
commit f6179404d1
2 changed files with 6 additions and 4 deletions

View file

@ -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>,