payjoin / rust-payjoin

Supercharged payment batching to save you fees and preserve your privacy
https://payjoindevkit.org
85 stars 37 forks source link

Fix clippy warnings and add linting to CI #383

Closed spacebear21 closed 2 weeks ago

spacebear21 commented 2 weeks ago

This makes clippy happy. Broke it up into one commit per fixed warning for easier review.

I also added a CI linting check which fails if cargo clippy emits any warnings (and confirmed that this works by temporarily reverting a fix here).

spacebear21 commented 2 weeks ago

Thanks!