summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-03 15:12:07 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-03 15:12:07 +0100
commitece50a1a954baabcd80762e56396906eac6cb975 (patch)
tree0791f52b490f62eeb2ec02773d6240341e89d1d0 /runtime
parent26569069038d60c05e935c45d34cc5c8099c798f (diff)
downloadiced-ece50a1a954baabcd80762e56396906eac6cb975.tar.gz
iced-ece50a1a954baabcd80762e56396906eac6cb975.tar.bz2
iced-ece50a1a954baabcd80762e56396906eac6cb975.zip
Organize imports in `runtime::command::action`
Diffstat (limited to 'runtime')
-rw-r--r--runtime/src/command/action.rs3
1 files changed, 1 insertions, 2 deletions
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;