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: implement ReusableBoxFuture with one function #4675

Merged
merged 5 commits into from
May 13, 2022

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    3b19fd1 View commit details
    Browse the repository at this point in the history
  2. util: implement future::Pending ourselves

    This is so we can get an unconditional `Send` bound on rustc <1.60.
    SabrinaJewson committed May 10, 2022
    Configuration menu
    Copy the full SHA
    8e725bf View commit details
    Browse the repository at this point in the history
  3. fix Clippy warnings

    SabrinaJewson committed May 10, 2022
    Configuration menu
    Copy the full SHA
    28382d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cbe991 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    8a12532 View commit details
    Browse the repository at this point in the history