librespot/audio
Petr Tesarik c600297f52 Fix newly reported clippy errors
- Use variables directly in format strings.
  As reported by clippy, variables can be used directly in the
  `format!` string.
- Use rewind() instead of seeking to 0.
- Remove superfluous & and ref.

Signed-off-by: Petr Tesarik <petr@tesarici.cz>
2023-01-27 23:15:51 +01:00
..
src Fix newly reported clippy errors 2023-01-27 23:15:51 +01:00
Cargo.toml Migrate to Rust 2021 2022-08-02 21:42:38 +02:00