DA0-DA0 / dao-contracts

CosmWasm smart contracts for Interchain DAOs.
https://docs.daodao.zone
BSD 3-Clause "New" or "Revised" License
202 stars 132 forks source link

Fix clippy errors from latest rust stable #793

Closed JakeHartnell closed 6 months ago

JakeHartnell commented 6 months ago

Fixes clippy errors that have come up with the latest rust stable release. No functionality changes.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3ead037) 96.33% compared to head (4c0bf96) 96.17%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #793 +/- ## =============================================== - Coverage 96.33% 96.17% -0.17% =============================================== Files 207 207 Lines 52849 53398 +549 =============================================== + Hits 50913 51356 +443 - Misses 1936 2042 +106 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

JakeHartnell commented 6 months ago

Silly codecov...