mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-18 15:21:03 +02:00
refactor: fix new clippy warnings
This commit is contained in:
parent
4aa3009f4f
commit
08e354e019
4 changed files with 10 additions and 7 deletions
|
@ -198,7 +198,7 @@ impl DataControlDeviceHandler for Environment {
|
|||
|
||||
let token = self
|
||||
.loop_handle
|
||||
.insert_source(read_pipe, move |_, file, state| {
|
||||
.insert_source(read_pipe, move |(), file, state| {
|
||||
let item = state
|
||||
.selection_offers
|
||||
.iter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue