diff --git a/client/src/room/map.rs b/client/src/room/map.rs index 37dd757..d85d3a5 100644 --- a/client/src/room/map.rs +++ b/client/src/room/map.rs @@ -37,7 +37,6 @@ impl RoomEntry { } /// Returns the state contained in this entry. - #[cfg(test)] pub fn into_state(self) -> RoomState { self.state }