Skip to content

transitioning to Iterator #7078

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

Closed
wants to merge 4 commits into from
Closed

transitioning to Iterator #7078

wants to merge 4 commits into from

Conversation

thestinger
Copy link
Contributor

The annoying method resolve bug with generic implementations is still around (#5898), but the conflicts ended up being resolved by adding underscores as a hack, in previous commits.

replaced with `xs.mut_iter().enumerate()`
replaced with mutable implementations of Iterator
copies can just be done explicitly: `xs.transform(|x|x.clone())`
bors added a commit that referenced this pull request Jun 13, 2013
The annoying method resolve bug with generic implementations is still around (#5898), but the conflicts ended up being resolved by adding underscores as a hack, in previous commits.
@graydon graydon closed this Jun 13, 2013
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.

3 participants