-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Remove FusedIterator
implementation of iter::Scan
#42014
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
Conversation
Fixes rust-lang#41964. This is a breaking change.
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
I'd like to know whether the current |
There should be a test case? |
Do you mean this PR or the I don't think you need to test the absence of the |
@brson This looks like it needs a review. Could you take a look? |
@bors: r+ |
📌 Commit a7d91ef has been approved by |
⌛ Testing commit a7d91ef with merge 5280d66... |
💔 Test failed - status-travis |
⌛ Testing commit a7d91ef with merge 11d8b09... |
💔 Test failed - status-travis |
Emscripten timed out after 3 hours. |
@bors retry |
Remove `FusedIterator` implementation of `iter::Scan` Fixes rust-lang#41964. This is a breaking change.
Remove `FusedIterator` implementation of `iter::Scan` Fixes #41964. This is a breaking change.
☀️ Test successful - status-appveyor, status-travis |
Fixes #41964.
This is a breaking change.