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

Make futures::task::noop_waker_ref available without std. #2505

Merged
merged 1 commit into from Oct 8, 2021
Merged

Make futures::task::noop_waker_ref available without std. #2505

merged 1 commit into from Oct 8, 2021

Commits on Oct 8, 2021

  1. Make futures::task::noop_waker_ref available without std.

    Commit 232ed5f removed the std
    dependency, and 4c09f82 made it
    exported unconditionally from `futures_task`, but the `cfg` on the
    reexport from `futures_util` (and hence indirectly `futures`) was left
    in place until now.
    kpreid committed Oct 8, 2021
    Copy the full SHA
    5390d1a View commit details
    Browse the repository at this point in the history