rust-protobuf icon indicating copy to clipboard operation
rust-protobuf copied to clipboard

chore: apply fixes to all the codebase with `cargo clippy --fix`

Open plusvic opened this issue 1 year ago • 0 comments

Checking the source code with Clippy is a good practice that helps maintaining the code in good shape and ensures an homogeneous style. Most of the automatic fixes in this commit are small cosmetic changes, but some of them improve legibility or even performance.

If this change is accepted I plan to keep applying more fixes for hints that Clippy reports but can't fix automatically.

plusvic avatar Sep 04 '24 22:09 plusvic