summaryrefslogtreecommitdiffstats
path: root/futures/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-02-11 01:27:51 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-02-11 01:27:51 +0100
commitf37d068af52700570f863960c3432df85a244a7c (patch)
tree464cbe91785db3c1c9924e2f2d1df6ce008aa914 /futures/src/lib.rs
parent05618ea9b39048ca905918682e99c2d139683078 (diff)
downloadiced-f37d068af52700570f863960c3432df85a244a7c.tar.gz
iced-f37d068af52700570f863960c3432df85a244a7c.tar.bz2
iced-f37d068af52700570f863960c3432df85a244a7c.zip
Rewrite `websocket` example using `sipper`
Diffstat (limited to '')
-rw-r--r--futures/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/futures/src/lib.rs b/futures/src/lib.rs
index 31738823..a874a618 100644
--- a/futures/src/lib.rs
+++ b/futures/src/lib.rs
@@ -15,7 +15,6 @@ pub mod backend;
pub mod event;
pub mod executor;
pub mod keyboard;
-pub mod stream;
pub mod subscription;
pub use executor::Executor;