alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1k stars 234 forks source link

Fix Clippy lints #416

Closed winterqt closed 2 years ago

winterqt commented 2 years ago

This PR fixes various Clippy lints (and silences 5 of them), except for the one in clang-sys's build script, which was fixed in #415.