replace removed comment

This commit is contained in:
Luke Boswell 2024-04-21 13:45:04 +10:00
parent 9ad6d9248c
commit d69d2ee940
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0

View file

@ -145,6 +145,7 @@ fn loc_tag_pattern_arg<'a>(
min_indent,
)?;
// Cannot have arguments here, pass `false` to make sure `Foo Bar 1` is parsed as `Foo (Bar) 1`, and not `Foo (Bar 1)`
let (_, loc_pat, state) = loc_pattern_help_help(false).parse(arena, state, min_indent)?;
let Loc { region, value } = loc_pat;