Address feedback

This commit is contained in:
Anthony Bullard 2025-01-04 17:01:12 -06:00
parent a7321e086a
commit 3295f80c30
No known key found for this signature in database
6 changed files with 28 additions and 13 deletions

View file

@ -3589,7 +3589,7 @@ pub fn record_field<'a>() -> impl Parser<'a, RecordField<'a>, ERecord<'a>> {
and(
and(
byte(b'?', ERecord::QuestionMark),
optional(byte(b'?', ERecord::QuestionMark)),
optional(byte(b'?', ERecord::SecondQuestionMark)),
),
spaces_before(specialize_err_ref(ERecord::Expr, loc_expr(true))),
),