Uh oh!
There was an error while loading. Please reload this page.
Add Example of IntoIterator as Trait Bound to Docs - #44668
Conversation
rust-highfive
commented
Sep 18, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
steveklabnik
commented
Sep 18, 2017
Thanks so much! This looks great. @bors: r+ rollup |
bors
commented
Sep 18, 2017
📌 Commit ebd0e4f has been approved by |
…eveklabnik Add Example of `IntoIterator` as Trait Bound to Docs Part of rust-lang#44600.
…eveklabnik Add Example of `IntoIterator` as Trait Bound to Docs Part of rust-lang#44600.
bluss
commented
Sep 23, 2017
Small typo, should probably say "can be converted to an iterator" instead of "is still an iterator". |
Part of #44600.