Skip to content

[codex] Fix stable clippy match lint#1712

Draft
patrik-sandin wants to merge 1 commit into
librespot-org:devfrom
patrik-sandin:fix/stable-clippy-match-lint
Draft

[codex] Fix stable clippy match lint#1712
patrik-sandin wants to merge 1 commit into
librespot-org:devfrom
patrik-sandin:fix/stable-clippy-match-lint

Conversation

@patrik-sandin

Copy link
Copy Markdown

Summary

This isolates the stable clippy fix for connect/src/spirc.rs into its own PR.

The change rewrites the relevant match arm into the shape stable clippy expects and includes the matching rustfmt layout update.

Why

While validating #1708, stable clippy surfaced a repository-wide lint in connect/src/spirc.rs that was unrelated to the Avahi fix. Keeping this as a separate PR keeps the Avahi bugfix narrow and makes the lint cleanup easier to review.

Validation

  • cargo clippy -p librespot-connect --lib -- -D warnings
  • cargo fmt --check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant