Skip to content

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

Merged
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:stabilize-cloned
May 19, 2015
Merged

std: Fix missing stability on iter::Cloned#25496
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:stabilize-cloned

Conversation

@alexcrichton

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

r? @pcwalton

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

@alexcrichton

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

aturon commented May 19, 2015

Copy link
Copy Markdown
Contributor

@bors: r+

@bors

bors commented May 19, 2015

Copy link
Copy Markdown
Collaborator

📌 Commit f894417 has been approved by aturon

@bors

bors commented May 19, 2015

Copy link
Copy Markdown
Collaborator

⌛ 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 commented May 19, 2015

Copy link
Copy Markdown
Collaborator

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