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

Add FutureExt::inspect_err method #908

Merged
merged 1 commit into from
Apr 2, 2018
Merged

Conversation

Nemo157
Copy link
Member

@Nemo157 Nemo157 commented Mar 25, 2018

Fixes #898

/// # extern crate futures_executor;
/// use futures::prelude::*;
/// use futures::future;
/// use futures_executor::block_on;
Copy link
Member

Choose a reason for hiding this comment

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

As in the other change, I'd use futures::executor rather than futures_executor.

@Nemo157
Copy link
Member Author

Nemo157 commented Apr 2, 2018

Updated

@cramertj
Copy link
Member

cramertj commented Apr 2, 2018

Thanks!

@cramertj cramertj merged commit 112672c into rust-lang:master Apr 2, 2018
@Nemo157 Nemo157 deleted the inspect_err branch April 2, 2018 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants