mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #366] [MERGED] Fix fmt & clippy warnings #501
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#501
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/jpochyla/psst/pull/366
Author: @Insprill
Created: 1/12/2023
Status: ✅ Merged
Merged: 1/12/2023
Merged by: @Insprill
Base:
master← Head:fix/code-style📝 Commits (1)
5027ea5Fix fmt & clippy warnings📊 Changes
16 files changed (+49 additions, -73 deletions)
View changed files
📝
psst-core/src/audio/probe.rs(+1 -1)📝
psst-core/src/cache.rs(+1 -1)📝
psst-core/src/connection/mod.rs(+3 -3)📝
psst-core/src/item_id.rs(+7 -11)📝
psst-core/src/player/file.rs(+3 -3)📝
psst-gui/src/controller/ex_scroll.rs(+17 -20)📝
psst-gui/src/controller/playback.rs(+1 -1)📝
psst-gui/src/data/utils.rs(+2 -5)📝
psst-gui/src/delegate.rs(+1 -1)📝
psst-gui/src/main.rs(+0 -1)📝
psst-gui/src/ui/episode.rs(+4 -5)📝
psst-gui/src/ui/menu.rs(+2 -0)📝
psst-gui/src/ui/playback.rs(+5 -5)📝
psst-gui/src/webapi/client.rs(+1 -12)📝
psst-gui/src/webapi/local.rs(+0 -3)📝
psst-gui/src/widget/utils.rs(+1 -1)📄 Description
Clippy is still complaining about a few complex types but those can be fixed later.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.