-
Notifications
You must be signed in to change notification settings - Fork 309
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
Deprecate flatten #262
Comments
Ok it's on the list in #223. This time it's for real, we have a real collision and it needs a solution. “Fortunately” it only breaks |
Perhaps having the ability to do |
@bluss It breaks |
|
This is slated to be added to libstd via rust-lang/rust#48213 and it may be useful to just deprecate this method on
itertools
now to help push people into adopting it. In the meantime, I think that suggesting.flat_map(|x| x)
is a reasonable alternative, even if it's not the most performant.The text was updated successfully, but these errors were encountered: