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

remove VecDeque from examples #143

Merged
merged 2 commits into from
Nov 19, 2019
Merged

Conversation

alce
Copy link
Collaborator

@alce alce commented Nov 16, 2019

The futures crate removed the Stream implementation for VecDeque in 0.3, which was used as a streaming response type in some examples.

This PR replaces VecDeque with a dummy Stream implementation for examples that just need a Stream type but don't actually use it.

@jen20 jen20 merged commit 354d4fd into hyperium:master Nov 19, 2019
@jen20
Copy link
Collaborator

jen20 commented Nov 19, 2019

Thanks @alce!

@alce alce deleted the replace-vec-deque branch November 21, 2019 22:16
rabbitinspace pushed a commit to satelit-project/tonic that referenced this pull request Jan 1, 2020
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.

3 participants