librespot/audio/src/fetch
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
..
mod.rs Various loading improvements 2022-09-28 21:25:56 +02:00
receive.rs Fix newly reported clippy errors 2023-01-27 23:15:51 +01:00