chore: cargo clippy

This commit is contained in:
amizing25
2025-06-30 15:10:50 +07:00
parent 8d8686692e
commit bd40dc058f
7 changed files with 9398 additions and 505 deletions
+2 -2
View File
@@ -118,7 +118,7 @@ pub async fn on_send_msg_cs_req(
session
.send(RevcMsgScNotify {
msg_type: body.msg_type,
text: format!("Success change mc to {:#?}", mc),
text: format!("Success change mc to {mc:#?}"),
emote: body.emote,
from_uid: SERVER_UID,
to_uid: 25,
@@ -156,7 +156,7 @@ pub async fn on_send_msg_cs_req(
session
.send(RevcMsgScNotify {
msg_type: body.msg_type,
text: format!("Success change march to {:#?}", march_type),
text: format!("Success change march to {march_type:#?}"),
emote: body.emote,
from_uid: SERVER_UID,
to_uid: 25,