Skip to content

Remove Unpin bound in impl Stream for T #198

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

Merged
merged 2 commits into from
Sep 16, 2019

Conversation

tirr-c
Copy link
Contributor

@tirr-c tirr-c commented Sep 16, 2019

I guess this is not needed anymore since we have poll_next that receives Pin now. The original bound is moved to Stream::next.

@ghost
Copy link

ghost commented Sep 16, 2019

That's a good catch, thanks!

bors r+

bors bot added a commit that referenced this pull request Sep 16, 2019
198: Remove Unpin bound in `impl Stream for T` r=stjepang a=tirr-c

I guess this is not needed anymore since we have `poll_next` that receives `Pin` now. The original bound is moved to `Stream::next`.

Co-authored-by: Wonwoo Choi <chwo9843@gmail.com>
@bors
Copy link
Contributor

bors bot commented Sep 16, 2019

Build succeeded

  • continuous-integration/travis-ci/push

@bors bors bot merged commit b70dfea into async-rs:master Sep 16, 2019
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.

1 participant