reown-com / reown-rust

WalletConnect Rust SDK
Apache License 2.0
35 stars 13 forks source link

fix(clippy): examples #63

Closed chris13524 closed 8 months ago

chris13524 commented 8 months ago

Description

--examples weren't being checked, and I'm not sure why we were using --tests instead of simply --all-targets which covers everything.

How Has This Been Tested?

N/A

Due Diligence