Skip to content
New issue

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

Explain different types of iteration #31991

Closed
srinivasreddy opened this issue Mar 1, 2016 · 2 comments
Closed

Explain different types of iteration #31991

srinivasreddy opened this issue Mar 1, 2016 · 2 comments
Labels
E-mentor Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.

Comments

@srinivasreddy
Copy link
Contributor

in the section Iteration of Vectors - https://github.com/rust-lang/rust/blob/master/src/doc/book/vectors.md, a note about difference between types of iteration would have been better, especially between reference iteration - &vector and ownership iteration - vector.

@steveklabnik
Copy link
Member

I am not actively working on the in-tree book anymore, but would accept a patch for this.

@steveklabnik steveklabnik added the E-mentor Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion. label Mar 1, 2016
Manishearth added a commit to Manishearth/rust that referenced this issue Mar 4, 2016
steveklabnik added a commit to steveklabnik/rust that referenced this issue Mar 4, 2016
@srinivasreddy
Copy link
Contributor Author

PR is merged, hence closing this. #32002

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-mentor Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
Projects
None yet
Development

No branches or pull requests

2 participants