librespot/metadata/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 Update protobuf and related crates to 3.x (#1092) 2023-01-17 21:46:14 +01:00
playlist Update protobuf and related crates to 3.x (#1092) 2023-01-17 21:46:14 +01:00
album.rs Update protobuf and related crates to 3.x (#1092) 2023-01-17 21:46:14 +01:00
artist.rs Update protobuf and related crates to 3.x (#1092) 2023-01-17 21:46:14 +01:00
availability.rs Update protobuf and related crates to 3.x (#1092) 2023-01-17 21:46:14 +01:00
content_rating.rs Update protobuf and related crates to 3.x (#1092) 2023-01-17 21:46:14 +01:00
copyright.rs Update protobuf and related crates to 3.x (#1092) 2023-01-17 21:46:14 +01:00
episode.rs Update protobuf and related crates to 3.x (#1092) 2023-01-17 21:46:14 +01:00
error.rs Major Events Overhaul 2022-09-17 16:21:10 -05:00
external_id.rs Update protobuf and related crates to 3.x (#1092) 2023-01-17 21:46:14 +01:00
image.rs Update protobuf and related crates to 3.x (#1092) 2023-01-17 21:46:14 +01:00
lib.rs Update protobuf and related crates to 3.x (#1092) 2023-01-17 21:46:14 +01:00
lyrics.rs metadata: add lyrics 2023-01-02 19:00:10 +01:00
request.rs Fix newly reported clippy errors 2023-01-27 23:15:51 +01:00
restriction.rs Update protobuf and related crates to 3.x (#1092) 2023-01-17 21:46:14 +01:00
sale_period.rs Update protobuf and related crates to 3.x (#1092) 2023-01-17 21:46:14 +01:00
show.rs Update protobuf and related crates to 3.x (#1092) 2023-01-17 21:46:14 +01:00
track.rs Update protobuf and related crates to 3.x (#1092) 2023-01-17 21:46:14 +01:00
util.rs Rename from_repeated_* functions to impl_* 2022-08-02 14:21:07 +02:00
video.rs Rename from_repeated_* functions to impl_* 2022-08-02 14:21:07 +02:00