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

Improve unwrap_or_else_default when handling unwrap_or_else(XXX::new) #8163

Merged
merged 9 commits into from
Dec 24, 2021

Commits on Dec 24, 2021

  1. Imrpove unwrap_or_else_default

    pmnoxx committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    79cf412 View commit details
    Browse the repository at this point in the history
  2. rewrite the PR

    pmnoxx committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    26cc551 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    pmnoxx committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    88871bf View commit details
    Browse the repository at this point in the history
  4. Fix tests

    pmnoxx committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    db236e6 View commit details
    Browse the repository at this point in the history
  5. cargo dev fmt

    pmnoxx committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    ab77c92 View commit details
    Browse the repository at this point in the history
  6. refactor

    pmnoxx committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    8b19845 View commit details
    Browse the repository at this point in the history
  7. clippy

    pmnoxx committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    4b3a87f View commit details
    Browse the repository at this point in the history
  8. Refactor

    pmnoxx committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    01b7411 View commit details
    Browse the repository at this point in the history
  9. Simplify code

    pmnoxx committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    2a47dbc View commit details
    Browse the repository at this point in the history