librespot/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
..
lib.rs Add librespot-discovery crate 2021-05-19 21:05:19 +02:00
main.rs Fix newly reported clippy errors 2023-01-27 23:15:51 +01:00
player_event_handler.rs Fix latest clippy and fmt warnings 2022-11-22 13:38:02 +00:00