fix edition 2024 lints

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-02-25 18:38:12 +00:00 committed by June Clementine Strawberry
parent cbf207bd1f
commit a67ab75417
36 changed files with 60 additions and 72 deletions

View file

@ -993,7 +993,7 @@ async fn join_room_by_id_helper_remote(
| _ => {
join_event_stub.remove("event_id");
},
};
}
// In order to create a compatible ref hash (EventID) the `hashes` field needs
// to be present
@ -1420,7 +1420,7 @@ async fn join_room_by_id_helper_local(
| _ => {
join_event_stub.remove("event_id");
},
};
}
// In order to create a compatible ref hash (EventID) the `hashes` field needs
// to be present
@ -1947,7 +1947,7 @@ async fn remote_leave_room(
| _ => {
leave_event_stub.remove("event_id");
},
};
}
// In order to create a compatible ref hash (EventID) the `hashes` field needs
// to be present