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

Demo FromIterator short-circuiting #59362

Merged
merged 4 commits into from
Mar 26, 2019

Commits on Mar 22, 2019

  1. Configuration menu
    Copy the full SHA
    48af718 View commit details
    Browse the repository at this point in the history
  2. Expand impl FromIterator for Result doc to include examples of `Err…

    …` and early termination.
    pnkfelix committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    d5a61c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Update src/libcore/option.rs

    Co-Authored-By: pnkfelix <pnkfelix@pnkfx.org>
    killercup and pnkfelix authored Mar 25, 2019
    Configuration menu
    Copy the full SHA
    6315221 View commit details
    Browse the repository at this point in the history
  2. add missing braces

    add missing braces analogous to those suggested by killercup
    pnkfelix authored Mar 25, 2019
    Configuration menu
    Copy the full SHA
    0e83e96 View commit details
    Browse the repository at this point in the history