Update a few comments
This commit is contained in:
parent
786b2ca155
commit
549534e438
2 changed files with 4 additions and 1 deletions
|
@ -471,7 +471,6 @@ fn inner_parse_loop(
|
|||
// We don't need a separator. Move the "dot" back to the beginning of the matcher
|
||||
// and try to match again UNLESS we are only allowed to have _one_ repetition.
|
||||
else if item.seq_op != Some(quoted::KleeneOp::ZeroOrOne) {
|
||||
// we don't need a separator
|
||||
item.match_cur = item.match_lo;
|
||||
item.idx = 0;
|
||||
cur_items.push(item);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue