[PR #452] [MERGED] Resolve linting warnings #548

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

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/452
Author: @jacksongoode
Created: 2/7/2024
Status: Merged
Merged: 2/7/2024
Merged by: @Insprill

Base: masterHead: jackson/resolve-linting-errs


📝 Commits (1)

  • 26ed60f Resolve linting warnings, remove unused imports, replace TryInto

📊 Changes

4 files changed (+8 additions, -13 deletions)

View changed files

📝 psst-gui/src/data/mod.rs (+2 -2)
📝 psst-gui/src/webapi/local.rs (+5 -8)
📝 psst-gui/src/webapi/mod.rs (+0 -1)
📝 psst-gui/src/widget/mod.rs (+1 -2)

📄 Description

This resolves some of the linting errors that were causing it to break and replaces a .try_into() with just an .into().


🔄 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/452 **Author:** [@jacksongoode](https://github.com/jacksongoode) **Created:** 2/7/2024 **Status:** ✅ Merged **Merged:** 2/7/2024 **Merged by:** [@Insprill](https://github.com/Insprill) **Base:** `master` ← **Head:** `jackson/resolve-linting-errs` --- ### 📝 Commits (1) - [`26ed60f`](https://github.com/jpochyla/psst/commit/26ed60f71ad134ce0f5ec2cecc102a095e26e3fc) Resolve linting warnings, remove unused imports, replace TryInto ### 📊 Changes **4 files changed** (+8 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `psst-gui/src/data/mod.rs` (+2 -2) 📝 `psst-gui/src/webapi/local.rs` (+5 -8) 📝 `psst-gui/src/webapi/mod.rs` (+0 -1) 📝 `psst-gui/src/widget/mod.rs` (+1 -2) </details> ### 📄 Description This resolves some of the linting errors that were causing it to break and replaces a .try_into() with just an .into(). --- <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:24 +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#548
No description provided.