You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make futures::task::noop_waker_ref available without std. (#2505)
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.
0 commit comments