mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 16:25:52 +03:00
[PR #1284] [MERGED] Fix/clippy #1318
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#1318
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/1284
Author: @yubiuser
Created: 5/11/2024
Status: ✅ Merged
Merged: 5/27/2024
Merged by: @roderickvd
Base:
dev← Head:fix/clippy📝 Commits (6)
5fc8d2dAdd rust env variables to devcontainer0884a0dFix assigning_clonesca035c9Set MSRV in Cargo.toml files to 1.7199878e0Fix derivable_impls27d3c9eFix clippy::to_string_trait_impl2a8c4bdApply reviewer's suggestion📊 Changes
13 files changed (+28 additions, -30 deletions)
View changed files
📝
.devcontainer/Dockerfile(+3 -0)📝
Cargo.toml(+1 -1)📝
audio/Cargo.toml(+1 -1)📝
connect/Cargo.toml(+1 -1)📝
core/Cargo.toml(+1 -1)📝
core/src/config.rs(+2 -7)📝
core/src/mercury/types.rs(+5 -5)📝
core/src/session.rs(+7 -7)📝
core/src/spclient.rs(+3 -3)📝
discovery/Cargo.toml(+1 -1)📝
metadata/Cargo.toml(+1 -1)📝
playback/Cargo.toml(+1 -1)📝
protocol/Cargo.toml(+1 -1)📄 Description
Fixes the clippy warning that occur with v1.78. being the new stable. This made the test fail (e.g here).
Addressed the following warnings:
Sidenote: set the environment variables
RUST_BACKTRACEandRUSTFLAGSin the devcontainer the same as they are in the github action workflow file.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.