chore: cargo clippy
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user