[clippy] fix clippy issues

This commit is contained in:
2025-06-25 21:18:36 +02:00
parent 8fda4f79ed
commit ffb05e3a0a
3 changed files with 3 additions and 12 deletions

View File

@ -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();