Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TrustedRandomAaccess specialization composes incorrectly for nested iter::Zips #80670

Merged

Commits on Jan 4, 2021

  1. TrustedRandomAaccess spec composes incorrectly for nested iter::Zips

    After partially consuming a Zip adapter and then wrapping it into
    another Zip where the adapters use their TrustedRandomAccess specializations
    leads to the outer adapter returning elements which should have already been
    consumed.
    the8472 committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    af2983a View commit details
    Browse the repository at this point in the history