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

std: Fix missing stability on iter::Cloned #25496

Merged
merged 1 commit into from May 19, 2015

Conversation

Projects
None yet
5 participants
@alexcrichton
Copy link
Member

alexcrichton commented May 16, 2015

The method was stabilized but the structure was forgotten to be stabilized.

Closes #25480

std: Fix missing stability on iter::Cloned
The method was stabilized but the structure was forgotten to be stabilized.

Closes #25480
@rust-highfive

This comment has been minimized.

Copy link
Collaborator

rust-highfive commented May 16, 2015

r? @pcwalton

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

@alexcrichton

This comment has been minimized.

Copy link
Member Author

alexcrichton commented May 16, 2015

r? @aturon

@aturon

This comment has been minimized.

Copy link
Member

aturon commented May 19, 2015

@bors: r+

@bors

This comment has been minimized.

Copy link
Contributor

bors commented May 19, 2015

📌 Commit f894417 has been approved by aturon

@bors

This comment has been minimized.

Copy link
Contributor

bors commented May 19, 2015

⌛️ Testing commit f894417 with merge eeaf2ba...

bors added a commit that referenced this pull request May 19, 2015

Auto merge of #25496 - alexcrichton:stabilize-cloned, r=aturon
The method was stabilized but the structure was forgotten to be stabilized.

Closes #25480

@bors bors merged commit f894417 into rust-lang:master May 19, 2015

2 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details

@alexcrichton alexcrichton deleted the alexcrichton:stabilize-cloned branch May 19, 2015

@alexcrichton

This comment has been minimized.

Copy link
Member Author

alexcrichton commented Jun 9, 2015

triage: beta-accepted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.