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
|
// Process the result
|
||||||
match res {
|
match res {
|
||||||
Err(Error::IgnoreError) => {
|
Err(Error::IgnoreError) => {
|
||||||
self.run.cancel();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
|
|
Loading…
Reference in a new issue