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

Fix/ignore clippy warnings #77

Merged
merged 1 commit into from
Mar 26, 2020

Conversation

traviscross
Copy link
Contributor

Clippy has some warnings for us. For some of them, fixing the code
improves things. For others, making clippy happy would make the code
worse (or in one case, even break compilation [1]). Let's fix the
ones worth fixing, and for the others, let's tell clippy to ignore
them.

[1] rust-lang/rust-clippy#3807

Clippy has some warnings for us.  For some of them, fixing the code
improves things.  For others, making clippy happy would make the code
worse (or in one case, even break compilation [1]).  Let's fix the
ones worth fixing, and for the others, let's tell clippy to ignore
them.

[1] rust-lang/rust-clippy#3807
Copy link
Member

@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.

Thanks heaps; these changes look good!

@yoshuawuyts yoshuawuyts merged commit d3a5f0b into http-rs:master Mar 26, 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.

2 participants