[PR #872] [MERGED] refactor: update to rust 2024, fix strict clippy warnings #1007

Closed
opened 2026-05-22 21:55:18 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/872
Author: @JakeStanger
Created: 2/21/2025
Status: Merged
Merged: 3/3/2025
Merged by: @JakeStanger

Base: masterHead: refactor/rust-2024


📝 Commits (1)

  • 202c19e refactor: update to rust 2024, fix strict clippy warnings

📊 Changes

57 files changed (+132 additions, -124 deletions)

View changed files

📝 Cargo.toml (+1 -1)
📝 build.rs (+1 -1)
📝 src/bar.rs (+1 -1)
📝 src/clients/clipboard.rs (+1 -1)
📝 src/clients/compositor/hyprland.rs (+2 -2)
📝 src/clients/compositor/mod.rs (+4 -7)
📝 src/clients/compositor/niri/connection.rs (+1 -1)
📝 src/clients/compositor/sway.rs (+1 -1)
📝 src/clients/libinput.rs (+1 -1)
📝 src/clients/mod.rs (+4 -6)
📝 src/clients/music/mpd.rs (+3 -3)
📝 src/clients/music/mpris.rs (+1 -1)
📝 src/clients/networkmanager.rs (+1 -1)
📝 src/clients/sysinfo.rs (+2 -2)
📝 src/clients/upower/dbus.rs (+1 -1)
📝 src/clients/volume/mod.rs (+1 -1)
📝 src/clients/volume/sink.rs (+3 -3)
📝 src/clients/volume/sink_input.rs (+3 -3)
📝 src/clients/wayland/mod.rs (+2 -2)
📝 src/clients/wayland/wlr_data_control/device.rs (+15 -11)

...and 37 more files

📄 Description

Happy new year


🔄 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/872 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 2/21/2025 **Status:** ✅ Merged **Merged:** 3/3/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `refactor/rust-2024` --- ### 📝 Commits (1) - [`202c19e`](https://github.com/JakeStanger/ironbar/commit/202c19efd44693a160fb502e55b3ef030cdb8fbf) refactor: update to rust 2024, fix strict clippy warnings ### 📊 Changes **57 files changed** (+132 additions, -124 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+1 -1) 📝 `build.rs` (+1 -1) 📝 `src/bar.rs` (+1 -1) 📝 `src/clients/clipboard.rs` (+1 -1) 📝 `src/clients/compositor/hyprland.rs` (+2 -2) 📝 `src/clients/compositor/mod.rs` (+4 -7) 📝 `src/clients/compositor/niri/connection.rs` (+1 -1) 📝 `src/clients/compositor/sway.rs` (+1 -1) 📝 `src/clients/libinput.rs` (+1 -1) 📝 `src/clients/mod.rs` (+4 -6) 📝 `src/clients/music/mpd.rs` (+3 -3) 📝 `src/clients/music/mpris.rs` (+1 -1) 📝 `src/clients/networkmanager.rs` (+1 -1) 📝 `src/clients/sysinfo.rs` (+2 -2) 📝 `src/clients/upower/dbus.rs` (+1 -1) 📝 `src/clients/volume/mod.rs` (+1 -1) 📝 `src/clients/volume/sink.rs` (+3 -3) 📝 `src/clients/volume/sink_input.rs` (+3 -3) 📝 `src/clients/wayland/mod.rs` (+2 -2) 📝 `src/clients/wayland/wlr_data_control/device.rs` (+15 -11) _...and 37 more files_ </details> ### 📄 Description Happy new year --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 21:55:18 +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#1007
No description provided.