-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
.cloned() is stable but std::iter::Cloned is not #25480
Comments
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
May 16, 2015
The method was stabilized but the structure was forgotten to be stabilized. Closes rust-lang#25480
Yeah I believe this is just an accident, I've submitted #25496 for this. |
bors
added a commit
that referenced
this issue
May 19, 2015
The method was stabilized but the structure was forgotten to be stabilized. Closes #25480
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
Jun 10, 2015
The method was stabilized but the structure was forgotten to be stabilized. Closes rust-lang#25480
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rust/src/libcore/iter.rs
Line 1014 in 4ce08a5
rust/src/libcore/iter.rs
Line 1373 in 4ce08a5
Accidental mismatch? cc @alexcrichton, @aturon
The text was updated successfully, but these errors were encountered: