[PR #1484] [MERGED] Code tidyup #7019

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1484
Author: @JakeStanger
Created: 5/10/2026
Status: Merged
Merged: 5/10/2026
Merged by: @JakeStanger

Base: masterHead: refactor/clippy


📝 Commits (3)

  • e04c374 refactor(clients): tidy imports
  • d173fa4 chore(gtk helpers): remove . in docs
  • dabe7fa refactor: resolve lots of strict clippy warnings

📊 Changes

40 files changed (+209 additions, -228 deletions)

View changed files

📝 src/bar.rs (+5 -5)
📝 src/clients/brightness/fs_reader.rs (+3 -3)
📝 src/clients/brightness/ironvar.rs (+1 -1)
📝 src/clients/brightness/mod.rs (+2 -2)
📝 src/clients/compositor/niri/mod.rs (+1 -1)
📝 src/clients/lua.rs (+2 -2)
📝 src/clients/music/mpris.rs (+4 -3)
📝 src/clients/networkmanager/dbus.rs (+3 -3)
📝 src/clients/networkmanager/mod.rs (+35 -42)
📝 src/clients/outputs.rs (+6 -6)
📝 src/clients/tray.rs (+3 -3)
📝 src/clients/volume/sink.rs (+1 -2)
📝 src/clients/volume/sink_input.rs (+1 -1)
📝 src/clients/volume/source.rs (+1 -1)
📝 src/clients/volume/source_output.rs (+1 -1)
📝 src/config/mod.rs (+9 -9)
📝 src/gtk_helpers.rs (+3 -3)
📝 src/image/gtk.rs (+14 -21)
📝 src/ipc/server/mod.rs (+1 -1)
📝 src/main.rs (+13 -7)

...and 20 more files

📄 Description

Tidies some imports and fixes lots of pedantic clippy warnings


🔄 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/1484 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 5/10/2026 **Status:** ✅ Merged **Merged:** 5/10/2026 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `refactor/clippy` --- ### 📝 Commits (3) - [`e04c374`](https://github.com/JakeStanger/ironbar/commit/e04c3745cd11e84de31888e21b81b43f6ab8494e) refactor(clients): tidy imports - [`d173fa4`](https://github.com/JakeStanger/ironbar/commit/d173fa4df0856bce8daced947c0262f03f75cbf7) chore(gtk helpers): remove `.` in docs - [`dabe7fa`](https://github.com/JakeStanger/ironbar/commit/dabe7fadcbd401da997d7562d3750b6ab6da5d56) refactor: resolve lots of strict clippy warnings ### 📊 Changes **40 files changed** (+209 additions, -228 deletions) <details> <summary>View changed files</summary> 📝 `src/bar.rs` (+5 -5) 📝 `src/clients/brightness/fs_reader.rs` (+3 -3) 📝 `src/clients/brightness/ironvar.rs` (+1 -1) 📝 `src/clients/brightness/mod.rs` (+2 -2) 📝 `src/clients/compositor/niri/mod.rs` (+1 -1) 📝 `src/clients/lua.rs` (+2 -2) 📝 `src/clients/music/mpris.rs` (+4 -3) 📝 `src/clients/networkmanager/dbus.rs` (+3 -3) 📝 `src/clients/networkmanager/mod.rs` (+35 -42) 📝 `src/clients/outputs.rs` (+6 -6) 📝 `src/clients/tray.rs` (+3 -3) 📝 `src/clients/volume/sink.rs` (+1 -2) 📝 `src/clients/volume/sink_input.rs` (+1 -1) 📝 `src/clients/volume/source.rs` (+1 -1) 📝 `src/clients/volume/source_output.rs` (+1 -1) 📝 `src/config/mod.rs` (+9 -9) 📝 `src/gtk_helpers.rs` (+3 -3) 📝 `src/image/gtk.rs` (+14 -21) 📝 `src/ipc/server/mod.rs` (+1 -1) 📝 `src/main.rs` (+13 -7) _...and 20 more files_ </details> ### 📄 Description Tidies some imports and fixes lots of pedantic clippy warnings --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 01:57:46 +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#7019
No description provided.