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

alexcrichton
Copy link
Member

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

Closes #25480

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

Closes rust-lang#25480
@rust-highfive
Copy link
Collaborator

r? @pcwalton

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

@alexcrichton
Copy link
Member Author

r? @aturon

@rust-highfive rust-highfive assigned aturon and unassigned pcwalton May 16, 2015
@alexcrichton alexcrichton added beta-nominated Nominated for backporting to the compiler in the beta channel. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. labels May 16, 2015
@aturon
Copy link
Member

aturon commented May 19, 2015

@bors: r+

@bors
Copy link
Contributor

bors commented May 19, 2015

📌 Commit f894417 has been approved by aturon

@bors
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
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
@alexcrichton alexcrichton deleted the stabilize-cloned branch May 19, 2015 05:56
@alexcrichton
Copy link
Member Author

triage: beta-accepted

@alexcrichton alexcrichton added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Jun 9, 2015
@alexcrichton alexcrichton removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Jun 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta-accepted Accepted for backporting to the compiler in the beta channel. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.cloned() is stable but std::iter::Cloned is not
5 participants