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

Add Option::is_some_with and Result::is_{ok,err}_with #93051

Merged
merged 5 commits into from
Jan 19, 2022

Commits on Jan 18, 2022

  1. Add Option::is_some_with.

    m-ou-se committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    282224e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaebae9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    148234f View commit details
    Browse the repository at this point in the history
  4. Improve is_err_with example.

    m-ou-se committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    45dee47 View commit details
    Browse the repository at this point in the history
  5. Fix is_some_with tests.

    m-ou-se committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    5fee3e7 View commit details
    Browse the repository at this point in the history