http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 83 forks source link

Fix clippy lints #321

Closed yoshuawuyts closed 3 years ago

yoshuawuyts commented 3 years ago

It appears new clippy lints have been stabilized which affect our codebase. This attempts to fix them. I'll merge this once CI passes.

Refs #318, https://github.com/http-rs/http-types/pull/319, https://github.com/http-rs/http-types/pull/320 which are all affected by the failing CI.