Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Follow up for #4 - forgot to save changes in the editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed May 8, 2022
1 parent 30e0c23 commit f9453b9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/de/map.rs
Expand Up @@ -37,11 +37,8 @@ where
/// Tag -- owner of attributes
start: BytesStart<'de>,
de: &'a mut Deserializer<'de, R>,
/// Position in flat byte slice of all attributes from which next
/// attribute should be parsed. This field is required because we
/// do not store reference to `Attributes` itself but instead create
/// a new object on each advance of `Attributes` iterator, so we need
/// to restore last position before advance.
/// State of the iterator over attributes. Contains the next position in the
/// inner `start` slice, from which next attribute should be parsed.
iter: IterState,
/// Current state of the accessor that determines what next call to API
/// methods should return.
Expand Down

0 comments on commit f9453b9

Please sign in to comment.