From 579655890f59158044861b6d78441550c8408399 Mon Sep 17 00:00:00 2001 From: Titouan Rigoudy Date: Wed, 30 Nov 2022 22:28:16 +0000 Subject: [PATCH] Add TODO. --- client/src/room/map.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/room/map.rs b/client/src/room/map.rs index 72779d1..3d4b345 100644 --- a/client/src/room/map.rs +++ b/client/src/room/map.rs @@ -233,6 +233,8 @@ impl RoomMap { rooms } + // TODO: Move remaining methods to `RoomEntry`. + /// Records that we have now left the given room. pub fn leave(&mut self, room_name: &str) -> Result<(), RoomError> { let room = self.get_mut_strict(room_name)?;