[PR #1147] [MERGED] refactor: fix lots of pedantic clippy warnings #9611

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1147
Author: @JakeStanger
Created: 9/7/2025
Status: Merged
Merged: 9/7/2025
Merged by: @JakeStanger

Base: masterHead: refactor/clippy-strict


📝 Commits (1)

  • c507c16 refactor: fix lots of pedantic clippy warnings

📊 Changes

16 files changed (+69 additions, -70 deletions)

View changed files

📝 src/bar.rs (+10 -12)
📝 src/clients/bluetooth.rs (+6 -6)
📝 src/clients/upower/mod.rs (+1 -1)
📝 src/config/common.rs (+6 -5)
📝 src/desktop_file.rs (+2 -2)
📝 src/main.rs (+3 -3)
📝 src/modules/battery.rs (+5 -5)
📝 src/modules/bluetooth/config.rs (+4 -4)
📝 src/modules/bluetooth/mod.rs (+9 -11)
📝 src/modules/keyboard.rs (+1 -1)
📝 src/modules/label.rs (+1 -1)
📝 src/modules/launcher/mod.rs (+2 -2)
📝 src/modules/menu/mod.rs (+12 -10)
📝 src/modules/menu/ui.rs (+4 -4)
📝 src/modules/tray/icon.rs (+2 -2)
📝 src/modules/volume.rs (+1 -1)

📄 Description

Yay for slightly better code


🔄 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/1147 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 9/7/2025 **Status:** ✅ Merged **Merged:** 9/7/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `refactor/clippy-strict` --- ### 📝 Commits (1) - [`c507c16`](https://github.com/JakeStanger/ironbar/commit/c507c1600394a7e3b71de5c530f3db482d3afe4c) refactor: fix lots of pedantic clippy warnings ### 📊 Changes **16 files changed** (+69 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `src/bar.rs` (+10 -12) 📝 `src/clients/bluetooth.rs` (+6 -6) 📝 `src/clients/upower/mod.rs` (+1 -1) 📝 `src/config/common.rs` (+6 -5) 📝 `src/desktop_file.rs` (+2 -2) 📝 `src/main.rs` (+3 -3) 📝 `src/modules/battery.rs` (+5 -5) 📝 `src/modules/bluetooth/config.rs` (+4 -4) 📝 `src/modules/bluetooth/mod.rs` (+9 -11) 📝 `src/modules/keyboard.rs` (+1 -1) 📝 `src/modules/label.rs` (+1 -1) 📝 `src/modules/launcher/mod.rs` (+2 -2) 📝 `src/modules/menu/mod.rs` (+12 -10) 📝 `src/modules/menu/ui.rs` (+4 -4) 📝 `src/modules/tray/icon.rs` (+2 -2) 📝 `src/modules/volume.rs` (+1 -1) </details> ### 📄 Description Yay for slightly better code --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 03:57:04 +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#9611
No description provided.