Replace VecDeque
with stream::from_iter
in examples
#430
Labels
documentation
Improvements or additions to documentation
Milestone
Now that rust-lang/futures-rs#1930 has landed, we're waiting on #415 to be merged. Once it's merged we should replace all uses of
VecDeque
withstream::from_iter
so we're setup for thefutures@0.3.0
release.This should be a fairly mechanical change, and easy to pick up!
The text was updated successfully, but these errors were encountered: