Skip to content

fix: resolve clippy warnings#264

Merged
joao-conde merged 1 commit intomainfrom
fix/clippy-warnings
Feb 8, 2026
Merged

fix: resolve clippy warnings#264
joao-conde merged 1 commit intomainfrom
fix/clippy-warnings

Conversation

@afonsojramos
Copy link
Collaborator

@afonsojramos afonsojramos commented Dec 30, 2025

Summary

Fix remaining clippy warnings not addressed by #254.

  • Fix needless_borrows_for_generic_args in queue.rs (.as_ref().clone() for thumbnail, remove & from description)
  • Add missing TrackFail variant to PartialEq impl in errors.rs

Note

The scope of this PR was reduced because most clippy fixes were already included in #254 (miscellaneous bug fixes and improvements).

Files changed

  • src/commands/queue.rs
  • src/errors.rs

@joao-conde joao-conde self-requested a review February 8, 2026 17:03
@joao-conde joao-conde merged commit e72c69a into main Feb 8, 2026
11 checks passed
@joao-conde joao-conde deleted the fix/clippy-warnings branch February 8, 2026 17:03
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.

2 participants