mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[PR #396] [MERGED] Use Clippy for linting #515
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#515
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/396
Author: @Insprill
Created: 4/30/2023
Status: ✅ Merged
Merged: 4/30/2023
Merged by: @Insprill
Base:
master← Head:feature/clippy📝 Commits (1)
74d6fe0Use Clippy for linting📊 Changes
9 files changed (+10 additions, -20 deletions)
View changed files
📝
.github/workflows/build.yml(+1 -1)📝
psst-core/src/cache.rs(+2 -2)📝
psst-core/src/player/storage.rs(+0 -1)📝
psst-gui/build.rs(+1 -1)📝
psst-gui/src/data/config.rs(+1 -1)📝
psst-gui/src/data/playback.rs(+2 -7)📝
psst-gui/src/main.rs(+1 -1)📝
psst-gui/src/ui/mod.rs(+1 -5)📝
psst-gui/src/webapi/client.rs(+1 -1)📄 Description
Switches the code-style action to use Clippy instead of rustfmt, and satisfies any existing lint issues.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.