stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
57 stars 60 forks source link

Small tidy up things #292

Closed leighmcculloch closed 8 months ago

leighmcculloch commented 8 months ago

What

Small tidy up things recommended by cargo clippy.

Why

Was working in the examples and saw an unnecessary conversion, and clippy displayed a couple other warnings. We might add clippy to CI in the future, but these changes are non-functional and recommended.