Update actix-http/examples/ws.rs

This commit is contained in:
Rob Ede 2021-02-28 19:31:50 +00:00 committed by GitHub
parent 535d58ef09
commit 879b2b224b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ use actix_server::Server;
use bytes::{Bytes, BytesMut};
use bytestring::ByteString;
use futures_core::{ready, Stream};
use http::StatusCode;
#[actix_rt::main]
async fn main() -> io::Result<()> {