librespot/playback/src
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
..
audio_backend Fix newly reported clippy errors 2023-01-27 23:15:51 +01:00
decoder Fix newly reported clippy errors 2023-01-27 23:15:51 +01:00
mixer Merge branch 'dev' into new-api and update crates 2022-07-27 23:31:11 +02:00
config.rs Fix warning and clippy lints 2022-08-22 22:38:19 +02:00
convert.rs fix clippy warnings 2023-01-03 00:36:35 +01:00
dither.rs Port remove unsafe code and catch up with dev (#956) 2022-02-14 12:15:19 +01:00
lib.rs fix clippy warnings 2023-01-03 00:36:35 +01:00
player.rs fix clippy warnings 2023-01-03 00:36:35 +01:00