summaryrefslogtreecommitdiff
path: root/ext/websocket/lib.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-04-24 05:56:55 +0200
committerGitHub <noreply@github.com>2023-04-23 23:56:55 -0400
commit28e2c7204fe02304a8fc3339d7758eec0f64f723 (patch)
tree1c686617524f14d4d05b2ee76992da9e39d98da1 /ext/websocket/lib.rs
parentea0694bbfd6368d30cb8eaa3dd87f739eb60f8d2 (diff)
chore: remove tokio-tungstenite dependency (#18814)
Diffstat (limited to 'ext/websocket/lib.rs')
-rw-r--r--ext/websocket/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/websocket/lib.rs b/ext/websocket/lib.rs
index 943b5d47c..07cddc85b 100644
--- a/ext/websocket/lib.rs
+++ b/ext/websocket/lib.rs
@@ -52,7 +52,6 @@ use fastwebsockets::OpCode;
use fastwebsockets::Role;
use fastwebsockets::WebSocket;
-pub use tokio_tungstenite; // Re-export tokio_tungstenite
mod stream;
#[derive(Clone)]