mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-16 01:50:15 +00:00
fmt
This commit is contained in:
parent
ab217ede3f
commit
f8432f7510
6 changed files with 41 additions and 48 deletions
|
@ -1793,7 +1793,6 @@ pub fn indented_seq<'a, Output1, Output2, E: 'a>(
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/// Similar to [`and`], but we modify the `min_indent` of the second parser to be
|
||||
/// 1 greater than the `column()` at the start of the first parser.
|
||||
pub fn absolute_indented_seq<'a, Output1, Output2, E: 'a>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue