Closed Marwes closed 3 years ago
These were ignoring the PartialState from take_fn which would cause them to resume parsing from the start of the "haystack" on every restart. Fixing the type signature will cause them to retain the usize state that take_fn uses to skip ahead.
PartialState
take_fn
usize
Fixes #327
These were ignoring the
PartialState
fromtake_fn
which would cause them to resume parsing from the start of the "haystack" on every restart. Fixing the type signature will cause them to retain theusize
state thattake_fn
uses to skip ahead.Fixes #327