Browse Source

Fix build.

main
Titouan Rigoudy 2 years ago
parent
commit
20c1b77f05
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      client/src/room/map.rs

+ 0
- 1
client/src/room/map.rs View File

@ -37,7 +37,6 @@ impl RoomEntry {
} }
/// Returns the state contained in this entry. /// Returns the state contained in this entry.
#[cfg(test)]
pub fn into_state(self) -> RoomState { pub fn into_state(self) -> RoomState {
self.state self.state
} }


Loading…
Cancel
Save