We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rust/src/libcore/iter.rs
Line 1014 in 4ce08a5
Line 1373 in 4ce08a5
Accidental mismatch? cc @alexcrichton, @aturon
The text was updated successfully, but these errors were encountered:
std: Fix missing stability on iter::Cloned
f894417
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.
Sorry, something went wrong.
Auto merge of #25496 - alexcrichton:stabilize-cloned, r=aturon
eeaf2ba
The method was stabilized but the structure was forgotten to be stabilized. Closes #25480
0e38e76
Successfully merging a pull request may close this issue.
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: