1
0
Fork 0
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:
Jake Stanger 2023-10-19 21:11:56 +01:00
parent 4aa3009f4f
commit 08e354e019
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
4 changed files with 10 additions and 7 deletions

View file

@ -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()