From f37d068af52700570f863960c3432df85a244a7c Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 11 Feb 2025 01:27:51 +0100 Subject: Rewrite `websocket` example using `sipper` --- futures/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'futures/src/lib.rs') 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; -- cgit