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

TryFlatten seems to be missing an export? #2272

Closed
NeoLegends opened this issue Nov 27, 2020 · 1 comment · Fixed by #2275
Closed

TryFlatten seems to be missing an export? #2272

NeoLegends opened this issue Nov 27, 2020 · 1 comment · Fixed by #2275
Labels
A-future Area: futures::future

Comments

@NeoLegends
Copy link
Contributor

I cannot import it when using it in a type alias. The docs for https://docs.rs/futures/0.3.8/futures/future/trait.TryFutureExt.html#method.try_flatten also have it non-clickable. Is it missing an export from the library?

@taiki-e
Copy link
Member

taiki-e commented Nov 27, 2020

We need to re-export it.

@taiki-e taiki-e added the A-future Area: futures::future label Jan 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-future Area: futures::future
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants