-
Notifications
You must be signed in to change notification settings - Fork 293
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
Reverse drain_filter
behavior to match libstd
#187
Conversation
@bors r+ |
📌 Commit 6ea798c has been approved by |
Reverse `drain_filter` behavior to match libstd Fixes #186. This is the worst sort of silent breaking change, but we don't have much choice here.
Sorry, I forgot to update the docs to match the new behavior. Pushed a follow-up commit. |
@bors r+ |
📌 Commit 86abd6c has been approved by |
Reverse `drain_filter` behavior to match libstd Fixes #186. This is the worst sort of silent breaking change, but we don't have much choice here.
💔 Test failed - checks-travis |
86abd6c
to
9253606
Compare
Updated the tests. |
@bors r+ |
📌 Commit 9253606 has been approved by |
Reverse `drain_filter` behavior to match libstd Fixes #186. This is the worst sort of silent breaking change, but we don't have much choice here.
💔 Test failed - checks-travis |
9253606
to
7654023
Compare
Fixed the doc example to compile in Rust 1.32. Sorry for the churn! |
No problem! @bors r+ |
📌 Commit 7654023 has been approved by |
☀️ Test successful - checks-travis |
Fixes #186. This is the worst sort of silent breaking change, but we don't have much choice here.