Skip to content

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

Merged
bors merged 1 commit intorust-lang:masterfrom
alexcrichton:issue-22617
Feb 28, 2015
Merged

std: Require &mut self for Iterator::all#22795
bors merged 1 commit intorust-lang:masterfrom
alexcrichton:issue-22617

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

Keeps the method consistent with Iterator::any.

Closes #22617
[breaking-change]

@rust-highfive
Copy link
Copy Markdown
Contributor

r? @nikomatsakis

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

@huonw
Copy link
Copy Markdown
Contributor

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
Copy Markdown
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