diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/src/command/action.rs | 3 |
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; |