rust-lang / cc-rs

Rust library for build scripts to compile C/C++ code into a Rust library
https://docs.rs/cc
Apache License 2.0
1.79k stars 434 forks source link

Fix clippy warnings #1138

Closed NobodyXu closed 1 month ago

NobodyXu commented 1 month ago

Also deny all clippy warning so that the clippy warning will be catched in CI and contributors would not submit code that has clippy warnings.