mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #1113] [MERGED] Fix newly reported clippy errors #1238
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#1238
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/librespot-org/librespot/pull/1113
Author: @ptesarik
Created: 1/27/2023
Status: ✅ Merged
Merged: 1/28/2023
Merged by: @roderickvd
Base:
dev← Head:clippy📝 Commits (1)
c600297Fix newly reported clippy errors📊 Changes
19 files changed (+69 additions, -90 deletions)
View changed files
📝
audio/src/fetch/receive.rs(+2 -2)📝
audio/src/range_set.rs(+1 -1)📝
core/build.rs(+1 -1)📝
core/src/apresolve.rs(+2 -6)📝
core/src/cache.rs(+2 -2)📝
core/src/mercury/mod.rs(+1 -1)📝
core/src/proxytunnel.rs(+1 -1)📝
core/src/spclient.rs(+12 -19)📝
metadata/src/request.rs(+3 -3)📝
playback/src/audio_backend/alsa.rs(+2 -2)📝
playback/src/audio_backend/gstreamer.rs(+1 -1)📝
playback/src/audio_backend/jackaudio.rs(+1 -1)📝
playback/src/audio_backend/portaudio.rs(+5 -5)📝
playback/src/audio_backend/pulseaudio.rs(+1 -1)📝
playback/src/audio_backend/rodio.rs(+9 -10)📝
playback/src/audio_backend/sdl.rs(+1 -1)📝
playback/src/decoder/passthrough_decoder.rs(+2 -3)📝
playback/src/decoder/symphonia_decoder.rs(+5 -9)📝
src/main.rs(+17 -21)📄 Description
As reported by clippy, variables can be used directly in the
format!string.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.