Skip to content

Commit 682a695

Browse files
committed
import
1 parent 0295865 commit 682a695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/echo_server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use hyper::{
1010
Request, Response,
1111
};
1212
use tokio::net::TcpListener;
13-
use yawc::{CompressionLevel, OpCode, Options, WebSocket};
13+
use yawc::{OpCode, Options, WebSocket};
1414

1515
/// Handles an individual WebSocket client connection by echoing back any received messages.
1616
async fn handle_client(fut: yawc::UpgradeFut) -> yawc::Result<()> {

0 commit comments

Comments
 (0)