Skip to content

Commit

Permalink
Feedback from PR #619
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Slayton committed Sep 7, 2023
1 parent 91e4712 commit f7fdc51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lazy/text/encoded_value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ pub(crate) struct EncodedTextValue {
// recognized during matching and partial information like subfield offsets can be stored here.
matched_value: MatchedValue,

// If this value is a struct field value, this will be populated with an enum indicating
// the syntax of the associated field name. If the field name is later read, the decoder
// can avoid re-parsing the input from scratch.
field_name_syntax: Option<MatchedFieldName>,
}

Expand Down

0 comments on commit f7fdc51

Please sign in to comment.