summaryrefslogtreecommitdiffstats
path: root/futures/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-05 06:23:40 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-05 06:23:40 +0100
commit8af69be47e88896b3c5f70174db609eee0c67971 (patch)
treebf9b04335def215c2c3bacda2afe4c2125346dc8 /futures/src/lib.rs
parent43414bbdfb080b7aa3c702d944cc9d0c9c0fd14b (diff)
downloadiced-8af69be47e88896b3c5f70174db609eee0c67971.tar.gz
iced-8af69be47e88896b3c5f70174db609eee0c67971.tar.bz2
iced-8af69be47e88896b3c5f70174db609eee0c67971.zip
Converge `Command` types from `iced_futures` and `iced_native`
Diffstat (limited to '')
-rw-r--r--futures/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/futures/src/lib.rs b/futures/src/lib.rs
index 39137de2..397fc2d2 100644
--- a/futures/src/lib.rs
+++ b/futures/src/lib.rs
@@ -20,7 +20,6 @@
pub use futures;
pub use iced_core as core;
-mod command;
mod maybe_send;
mod runtime;
@@ -28,7 +27,6 @@ pub mod backend;
pub mod executor;
pub mod subscription;
-pub use command::Command;
pub use executor::Executor;
pub use maybe_send::MaybeSend;
pub use platform::*;