diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 96844d3..204926f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -36,7 +36,7 @@ mod sprite; mod timestamp; mod purgatory; -pub use self::{ +use self::{ pos::Pos, playerid::PlayerId, roomid::RoomId, |
