From ece50a1a954baabcd80762e56396906eac6cb975 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sat, 3 Feb 2024 15:12:07 +0100 Subject: Organize imports in `runtime::command::action` --- runtime/src/command/action.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime/src/command') diff --git a/runtime/src/command/action.rs b/runtime/src/command/action.rs index 4592df5d..c9ffe801 100644 --- a/runtime/src/command/action.rs +++ b/runtime/src/command/action.rs @@ -1,12 +1,11 @@ use crate::clipboard; use crate::core::widget; use crate::font; +use crate::futures::MaybeSend; use crate::system; use crate::window; -use iced_futures::MaybeSend; use std::any::Any; - use std::borrow::Cow; use std::fmt; -- cgit