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
I think it's fine to remove the function now that we have the FromIterator impl which does the same thing. I think the only reason the module exists is so that there's a place for IterMut, but this could probably be renamed to FuturesUnorderedIterMut or something and then reexported from the stream module.
The fact that we have a function and module both named
futures_unordered
is confusing both to people and to rustdoc.The text was updated successfully, but these errors were encountered: