Skip to content

std: Require &mut self for Iterator::all #22795

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

Merged
merged 1 commit into from
Feb 28, 2015

Conversation

alexcrichton
Copy link
Member

Keeps the method consistent with Iterator::any.

Closes #22617
[breaking-change]

@rust-highfive
Copy link
Contributor

r? @nikomatsakis

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

@huonw
Copy link
Member

huonw commented Feb 25, 2015

@bors r+ 32f4 rollup

Keeps the method consistent with `Iterator::any`.

Closes rust-lang#22617
[breaking-change]
@alexcrichton
Copy link
Member Author

@bors: r=huonw 18878b1 rollup

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Feb 26, 2015
Keeps the method consistent with `Iterator::any`.

Closes rust-lang#22617
[breaking-change]
Manishearth added a commit to Manishearth/rust that referenced this pull request Feb 27, 2015
 Keeps the method consistent with `Iterator::any`.

Closes rust-lang#22617
[breaking-change]
@bors bors merged commit 18878b1 into rust-lang:master Feb 28, 2015
@alexcrichton alexcrichton deleted the issue-22617 branch March 27, 2015 20:37
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.

Inconsistency in IteratorExt::all and ::any
5 participants