[clippy] fix clippy issues
This commit is contained in:
@ -312,7 +312,7 @@ pub async fn run(
|
||||
let (mut rx, mut tx) = stream.split();
|
||||
|
||||
if let Err(e) = tx.send(data).await {
|
||||
log::error!("failed to send request to server {:?}", e);
|
||||
log::error!("failed to send request to server {e:?}");
|
||||
}
|
||||
|
||||
let mut data = BytesMut::new();
|
||||
|
Reference in New Issue
Block a user