clippy fixes

This commit is contained in:
Ashley Wulber 2023-12-04 10:14:50 -05:00 committed by Ashley Wulber
parent ad241c700a
commit 17bc373990
7 changed files with 16 additions and 16 deletions

View file

@ -6,7 +6,7 @@
use iced::{
event,
keyboard::{self, KeyCode},
mouse, subscription, Command, Event, Subscription,
mouse, Command, Event, Subscription,
};
use iced_core::{
widget::{operation, Id, Operation},