From 20c1b77f05c63c81b242d16290f6e6018642b72d Mon Sep 17 00:00:00 2001 From: Titouan Rigoudy Date: Sun, 11 Dec 2022 23:10:58 +0000 Subject: [PATCH] Fix build. --- client/src/room/map.rs | 1 - 1 file changed, 1 deletion(-) 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 }