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

Split each iterator adapter and source into individual modules #77697

Merged
merged 6 commits into from
Nov 23, 2020

Commits on Nov 21, 2020

  1. Split iterator adaptors into individual modules

    This commit also makes fields of `Take` private. I have no idea why they
    were `pub(super)` before.
    WaffleLapkin committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    773b73c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66d6708 View commit details
    Browse the repository at this point in the history
  3. Merge uses in core::iter

    WaffleLapkin committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    b82a76a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0dc187c View commit details
    Browse the repository at this point in the history
  5. Fix UI tests

    Some UI tests started failing after moving iterator adapters to different modules.
    WaffleLapkin committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    e0e906b View commit details
    Browse the repository at this point in the history
  6. Remove multiline uses

    WaffleLapkin committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    4612658 View commit details
    Browse the repository at this point in the history