aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/list_item.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/construct/list_item.rs')
-rw-r--r--src/construct/list_item.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/construct/list_item.rs b/src/construct/list_item.rs
index ff22d3b..341abd9 100644
--- a/src/construct/list_item.rs
+++ b/src/construct/list_item.rs
@@ -469,5 +469,6 @@ pub fn resolve(tokenizer: &mut Tokenizer) -> Option<Subresult> {
index += 1;
}
+ tokenizer.map.consume(&mut tokenizer.events);
None
}