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

Refactor try_find a little #71899

Merged
merged 1 commit into from
Jun 20, 2020
Merged

Refactor try_find a little #71899

merged 1 commit into from
Jun 20, 2020

Commits on Jun 19, 2020

  1. Refactor try_find a little

    The `E` type parameter was unnecessary, so it's now removed. The folding
    closure now has reduced parametricity on just `T = Self::Item`, rather
    than the whole `Self` iterator type. There's otherwise no functional
    change in this.
    cuviper committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    db0d70e View commit details
    Browse the repository at this point in the history