remove unneeded crate

This commit is contained in:
Maximilian Schneider 2022-09-15 18:36:52 +02:00
parent 8c57c5f419
commit 490515bc3e
1 changed files with 1 additions and 4 deletions

View File

@ -1,10 +1,7 @@
use futures_channel::mpsc::{unbounded, UnboundedSender};
use futures_util::{pin_mut, SinkExt, StreamExt};
use log::*;
use std::{
collections::HashMap, fs::File, io::Read, net::SocketAddr, os::macos::raw, sync::Arc,
sync::Mutex,
};
use std::{collections::HashMap, fs::File, io::Read, net::SocketAddr, sync::Arc, sync::Mutex};
use tokio::{
net::{TcpListener, TcpStream},
pin,