From 11eb29df4fbb5a463ec3b92aff8c77d52bc8d994 Mon Sep 17 00:00:00 2001 From: rushmore75 Date: Wed, 2 Apr 2025 00:50:46 -0600 Subject: [PATCH] remove unused import --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index daad6eb..65affd4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,7 @@ #![feature(iter_map_windows)] use iced::widget::scrollable; use iced::{ - Color, Element, Length, Task, Theme, clipboard, color, + Element, Length, Task, Theme, clipboard, color, widget::{ self, button, column, combo_box, row, scrollable::{Direction, Scrollbar},