Skip to content

Fix up iterator documentation with regards to for loop sugar - #23899

Merged
bors merged 1 commit into
rust-lang:masterfrom
steveklabnik:gh23851
Apr 1, 2015
Merged

Fix up iterator documentation with regards to for loop sugar#23899
bors merged 1 commit into
rust-lang:masterfrom
steveklabnik:gh23851

Conversation

@steveklabnik

Copy link
Copy Markdown
Contributor

Fixes #23851

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @huonw

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+ cf56162 rollup

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Mar 31, 2015
Comment thread src/libcore/iter.rs

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this will work since values gets moved above

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
bors merged commit cf56162 into rust-lang:master Apr 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document that IntoIterator allows for for...in sugar

6 participants