[PR #1257] [MERGED] chore: deny unwrap_used #4074

Closed
opened 2026-05-22 23:57:37 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1257
Author: @JakeStanger
Created: 11/24/2025
Status: Merged
Merged: 11/24/2025
Merged by: @JakeStanger

Base: masterHead: chore/unwrap-used


📝 Commits (2)

📊 Changes

4 files changed (+77 additions, -57 deletions)

View changed files

📝 .github/workflows/build.yml (+0 -2)
📝 src/desktop_file.rs (+19 -12)
📝 src/main.rs (+1 -0)
📝 src/modules/sysinfo/parser.rs (+57 -43)

📄 Description

The use of unwrap is diallowed across the codebase.


🔄 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/JakeStanger/ironbar/pull/1257 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 11/24/2025 **Status:** ✅ Merged **Merged:** 11/24/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `chore/unwrap-used` --- ### 📝 Commits (2) - [`7f9dd7d`](https://github.com/JakeStanger/ironbar/commit/7f9dd7d14170423670f35628416ee16ac58221d4) chore: deny unwrap_used - [`b69ff35`](https://github.com/JakeStanger/ironbar/commit/b69ff35e2767fe272e217e2983af5a764a709e8b) test: fix clippy warnings ### 📊 Changes **4 files changed** (+77 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+0 -2) 📝 `src/desktop_file.rs` (+19 -12) 📝 `src/main.rs` (+1 -0) 📝 `src/modules/sysinfo/parser.rs` (+57 -43) </details> ### 📄 Description The use of `unwrap` is diallowed across the codebase. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 23:57:37 +01: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
JakeStanger/ironbar#4074
No description provided.