aquelemiguel / parrot

🦜 A hassle-free, highly performant, self-hosted Discord music bot with YouTube and Spotify support. Powered by yt-dlp.
MIT License
136 stars 44 forks source link

fix: clippy for rust `1.59.0` #162

Closed afonsojramos closed 2 years ago

afonsojramos commented 2 years ago

Currently the CI's clippy is failing due to the release of Rust 1.59.0. This PR fixes those errors.

afonsojramos commented 2 years ago

Ran some tests with several Rust versions and it seems that 1.54 is our MRSV (Minimum supported rust version), should we maybe move towards only testing the MRSV and Stable? @aquelemiguel

aquelemiguel commented 2 years ago

Ran some tests with several Rust versions and it seems that 1.54 is our MRSV (Minimum supported rust version), should we maybe move towards only testing the MRSV and Stable? @aquelemiguel

I see no problems with that, go ahead! 🚀