Warning cleanup

This commit is contained in:
Greg Heartsfield 2021-11-21 13:32:15 -06:00
parent 259c115d67
commit ee27d0c597

View File

@ -2,10 +2,9 @@ use std::{env, io::Error};
use futures_util::StreamExt;
use log::info;
use std::time::Duration;
use tokio::net::{TcpListener, TcpStream};
use tokio::runtime::Builder;
use tungstenite::protocol::Message;
//use tungstenite::protocol::Message;
fn main() -> Result<(), Error> {
let _ = env_logger::try_init();