aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/src/web/ws.rs
diff options
context:
space:
mode:
Diffstat (limited to 'teleterm/src/web/ws.rs')
-rw-r--r--teleterm/src/web/ws.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/teleterm/src/web/ws.rs b/teleterm/src/web/ws.rs
index ad47147..ef11641 100644
--- a/teleterm/src/web/ws.rs
+++ b/teleterm/src/web/ws.rs
@@ -1,6 +1,6 @@
// from https://github.com/gotham-rs/gotham/blob/master/examples/websocket/src/main.rs
-use futures::future::Future as _;
+use futures::Future as _;
const PROTO_WEBSOCKET: &str = "websocket";
const SEC_WEBSOCKET_KEY: &str = "Sec-WebSocket-Key";