Chore: remove unused import

This commit is contained in:
Basti Ortiz
2021-08-25 14:43:47 +08:00
committed by Benjamin Saunders
parent 2f96a226cd
commit 858a26a6c6
-1
View File
@@ -8,7 +8,6 @@ use std::{
use futures_util::ready;
use proto::Transmit;
use tokio::io::ReadBuf;
use tracing::warn;
use super::{log_sendmsg_error, RecvMeta, IO_ERROR_LOG_INTERVAL};