From 256e3ba587d0aba7f78189b6a18ea5952a1e7c57 Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 21 Feb 2025 21:22:52 +0100 Subject: feat: update to Rust 2024 --- src/widget.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget.rs') diff --git a/src/widget.rs b/src/widget.rs index ed2073a..f1eb0f3 100644 --- a/src/widget.rs +++ b/src/widget.rs @@ -1,5 +1,5 @@ -use iced::widget::{container, text, tooltip}; use iced::Element; +use iced::widget::{container, text, tooltip}; pub mod tip { pub use super::tooltip::Position; -- cgit v1.2.3