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

feat(body): reexport http_body::SizeHint #2404

Merged
merged 2 commits into from Jan 19, 2021

Conversation

erikdesjardins
Copy link
Contributor

Fix a minor papercut: you can't implement hyper::body::HttpBody::size_hint without importing SizeHint from another crate.

Fix a minor papercut: you can't implement `hyper::body::HttpBody::size_hint` without importing `SizeHint` from another crate.
@erikdesjardins
Copy link
Contributor Author

I can't tell what it doesn't like about the commit message

Copy link
Member

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

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

Thanks, great idea!

Don't worry about the message, I can tweak it when merging. For reference, I think it's complaining about a line being longer than 80 (100?) characters.

@seanmonstar seanmonstar merged commit 9956587 into hyperium:master Jan 19, 2021
BenxiangGe pushed a commit to BenxiangGe/hyper that referenced this pull request Jul 26, 2021
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.

None yet

2 participants