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.76k stars 425 forks source link

Fix clippy warnings on Windows #1088

Closed ChrisDenton closed 4 weeks ago

ChrisDenton commented 4 weeks ago

This is likely best reviewed commit-by-commit. The first commit simply uses cargo clippy --fix to automatically fix warnings so there almost certainly aren't any behavioural changes. The other commits are manual fixes but should be fine too. The most tricky one is probably 397dd22 because it's rearranging boolean expressions.