summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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;