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
commit a67ab75417
36 changed files with 60 additions and 72 deletions
src/service/rooms/event_handler

View file

@ -170,7 +170,7 @@ pub async fn handle_incoming_pdu<'a>(
| Entry::Occupied(mut e) => {
*e.get_mut() = (now, e.get().1.saturating_add(1));
},
};
}
}
}