docs: update STATUS.md

This commit is contained in:
PoiScript 2019-01-21 22:51:40 +08:00
parent 64535641c1
commit 918b14de52
3 changed files with 3 additions and 3 deletions

View file

@ -433,7 +433,6 @@ impl<'a> Iterator for Parser<'a> {
if self.off >= end {
self.end()
} else {
// TODO: handle nested list
self.next_ele(end)
}
}