You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2a12d2e Call through to inner size_hint (Tobin C. Harding)
0336da0 Remove unnecessary whitespace (Tobin C. Harding)
Pull request description:
Currently our `size_hint` methods are calling `len` (from `ExactSizeIterator`) which is incorrect. We should in fact call `size_hint` on the inner iterator.
ACKs for top commit:
apoelstra:
ACK 2a12d2e
clarkmoody:
ACK 2a12d2e
Tree-SHA512: 75c69fa306c76045f465813e9b696788ff72899b6cf9f7347489a12f9c31b8baba0f1dd5067edd5c7ad117e3f82b1491555b91cc628ed7816a4135e24e6f000a
0 commit comments