Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Remove #![feature(futures_api)] and usages of FutureObj #85

Merged
merged 2 commits into from
Apr 26, 2019
Merged

Remove #![feature(futures_api)] and usages of FutureObj #85

merged 2 commits into from
Apr 26, 2019

Conversation

OddCoincidence
Copy link
Contributor

Fixes warnings about stable feature attribute on latest nightly, resolves #84

Copy link
Collaborator

@yoshuawuyts yoshuawuyts left a comment

Choose a reason for hiding this comment

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

This looks great; thanks for the patch!

@yoshuawuyts yoshuawuyts merged commit 62733e1 into withoutboats:master Apr 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move from StreamObj to Pin<Box<dyn Future>>
2 participants