Skip to content

appease clippy#20

Merged
jasger9000 merged 1 commit intomainfrom
appease_clippy
Mar 18, 2026
Merged

appease clippy#20
jasger9000 merged 1 commit intomainfrom
appease_clippy

Conversation

@jasger9000
Copy link
Owner

Fixes:

  • With the new rust versions we can chain if let statements, this commit makes the code use them.
  • An anonymous lifetime in the metadata function in the player dbus interface
  • Uses char_indices() instead of chars().enumerate() when indexing the parse string in client/error.rs

With the new rust versions we can chain if let statements, this commit
makes the code use them. Also fixes an anonymous lifetime in the
metadata function in the player dbus interface and uses char_indices()
instead of chars().enumerate() when indexing the parse string in
client/error.rs.
@jasger9000 jasger9000 merged commit bf4cc60 into main Mar 18, 2026
3 checks passed
@jasger9000 jasger9000 deleted the appease_clippy branch March 18, 2026 16:26
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