Skip to content

Commit f473fee

Browse files
author
sshah1
committed
mob next [ci-skip] [ci skip] [skip ci]
1 parent ff4628c commit f473fee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/adaptors/mod.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -904,9 +904,8 @@ impl<I,T,E> Iterator for EnumerateOk<I>
904904
let index = self.index;
905905
self.index +=1;
906906
(index,v)
907-
}
908-
);
909-
};
907+
})
908+
})
910909
}
911910
}
912911

0 commit comments

Comments
 (0)