We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like #562 broke the tests; the double ended from_iter function was removed, and now tests on master are broken. https://github.com/async-rs/async-std/runs/347468653
from_iter
cc/ @felipesere would you mind taking a look? Ideally stream::FromIter would implement:
stream::FromIter
impl <T: DoubleEndedStream> DoubleEndedStream for FromIter<T>;
so that things just work.
The text was updated successfully, but these errors were encountered:
@yoshuawuyts this can be closed now? 😄 Thanks for fixing it.
Sorry, something went wrong.
Should be. Reopen if not true.
Successfully merging a pull request may close this issue.
Looks like #562 broke the tests; the double ended
from_iter
function was removed, and now tests on master are broken. https://github.com/async-rs/async-std/runs/347468653cc/ @felipesere would you mind taking a look? Ideally
stream::FromIter
would implement:so that things just work.
The text was updated successfully, but these errors were encountered: