Skip to content
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

Reexport Future, Stream, and Sink from the root of futures_util #2377

Merged
merged 1 commit into from Mar 23, 2021

Conversation

coolreader18
Copy link
Contributor

This would make it much easier to migrate from futures to futures-util: just a simple find and replace, as long as you're not using futures::prelude::*

Copy link
Member

@taiki-e taiki-e left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Could you do the same for Try* traits and io traits?

@coolreader18
Copy link
Contributor Author

Oh I knew there was something I was forgetting :)

@taiki-e taiki-e merged commit dddfc35 into rust-lang:master Mar 23, 2021
@taiki-e taiki-e added the 0.3-backport: pending The maintainer accepted to backport this to the 0.3 branch, but backport has not been done yet. label Mar 23, 2021
@coolreader18 coolreader18 deleted the reexport-core-traits-util branch March 23, 2021 01:40
@taiki-e taiki-e mentioned this pull request Apr 10, 2021
@taiki-e taiki-e added 0.3-backport: completed and removed 0.3-backport: pending The maintainer accepted to backport this to the 0.3 branch, but backport has not been done yet. labels Apr 10, 2021
@taiki-e taiki-e mentioned this pull request Apr 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants