[PR #366] [MERGED] Fix fmt & clippy warnings #501

Closed
opened 2026-02-28 14:33:14 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: fix/code-style


📝 Commits (1)

  • 5027ea5 Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jpochyla/psst/pull/366 **Author:** [@Insprill](https://github.com/Insprill) **Created:** 1/12/2023 **Status:** ✅ Merged **Merged:** 1/12/2023 **Merged by:** [@Insprill](https://github.com/Insprill) **Base:** `master` ← **Head:** `fix/code-style` --- ### 📝 Commits (1) - [`5027ea5`](https://github.com/jpochyla/psst/commit/5027ea5e9100e46e9447495a938e17dfd1aa1121) Fix fmt & clippy warnings ### 📊 Changes **16 files changed** (+49 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Clippy is still complaining about a few complex types but those can be fixed later. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#501
No description provided.