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

util: add ReusableBoxFuture utility #3464

Merged
merged 11 commits into from
Jan 29, 2021
Merged

util: add ReusableBoxFuture utility #3464

merged 11 commits into from
Jan 29, 2021

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    da6105d View commit details
    Browse the repository at this point in the history
  2. rustfmt

    Darksonn committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    8166110 View commit details
    Browse the repository at this point in the history
  3. Add tests

    Darksonn committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    1676615 View commit details
    Browse the repository at this point in the history
  4. rustfmta again

    Darksonn committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    1b0f4eb View commit details
    Browse the repository at this point in the history
  5. Use Box instead of alloc

    Darksonn committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    69a2702 View commit details
    Browse the repository at this point in the history
  6. fix typo

    Darksonn committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    5c9e6ab View commit details
    Browse the repository at this point in the history
  7. Use Layout::new

    Darksonn committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    6127c71 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    08b4a3d View commit details
    Browse the repository at this point in the history
  9. Use if let instead of match

    Darksonn committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    eca36a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a95b1a6 View commit details
    Browse the repository at this point in the history
  11. rustfmt

    Darksonn committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    a395490 View commit details
    Browse the repository at this point in the history