librespot-org / librespot

Open Source Spotify client library
MIT License
4.7k stars 573 forks source link

Fix newly reported clippy errors #1113

Closed ptesarik closed 1 year ago

ptesarik commented 1 year ago

As reported by clippy, variables can be used directly in the format! string.

roderickvd commented 1 year ago

Thanks, looks good to me! I saw you force pushing a new one a few times. Ready to merge now?

ptesarik commented 1 year ago

Thanks, looks good to me! I saw you force pushing a new one a few times. Ready to merge now?

Yes. I missed a few things repeatedly, because my tools are different version than the server test suite, but now it's finally green.

roderickvd commented 1 year ago

Great! Merging now.