mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
chore: clippy::useless-borrows-in-formatting fixes
This commit is contained in:
@@ -161,7 +161,7 @@ async fn check_that_transition_worked(
|
||||
2,
|
||||
"Group {} has members {:?}, but should have members {:?} and {:?}",
|
||||
group,
|
||||
&members,
|
||||
members,
|
||||
alice_contact_id,
|
||||
ContactId::SELF
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user