Dont cancel iterator when recieving an Ignore error
This commit is contained in:
parent
a9978fdcda
commit
9d957849b0
1 changed files with 0 additions and 1 deletions
|
@ -194,7 +194,6 @@ impl<'a> Iterator<'a> {
|
|||
// Process the result
|
||||
match res {
|
||||
Err(Error::IgnoreError) => {
|
||||
self.run.cancel();
|
||||
return;
|
||||
}
|
||||
Err(e) => {
|
||||
|
|
Loading…
Reference in a new issue