librespot-org / librespot

Open Source Spotify client library
MIT License
4.79k stars 596 forks source link

Fix/clippy #1284

Closed yubiuser closed 4 months ago

yubiuser commented 4 months ago

Fixes the clippy warning that occur with v1.78. being the new stable. This made the test fail (e.g here). Addressed the following warnings:

Sidenote: set the environment variables RUST_BACKTRACE and RUSTFLAGS in the devcontainer the same as they are in the github action workflow file.

roderickvd commented 4 months ago

Perfect, thanks!