Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
SajjadPourali committed Mar 28, 2024
1 parent f2a3344 commit 774f909
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/stream/tcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ use std::{
time::Duration,
};
use tokio::{
io::{AsyncRead, AsyncWrite, AsyncWriteExt},
runtime::Handle,
io::{AsyncRead, AsyncWrite},
sync::mpsc::{self, UnboundedReceiver, UnboundedSender},
task,
};

use log::{trace, warn};
Expand Down

0 comments on commit 774f909

Please sign in to comment.