probablykasper / cpc

Text calculator with support for units and conversion
https://crates.io/crates/cpc
MIT License
121 stars 14 forks source link

Fix clippy lints #23

Closed FinnRG closed 2 years ago

FinnRG commented 3 years ago

I fixed every clippy lint (except for the "this if has identical blocks" lint, because it would break the current structure). The fixes are separated in three commits to give it a better structure.

FinnRG commented 3 years ago

@probablykasper Can you perform a squash merge from your site or should I make a new PR with a single commit?

probablykasper commented 3 years ago

Yeah, sure

probablykasper commented 2 years ago

Forgot to squash merge, oh well 🤦