From 77a5df67d8ea0e273ec7e41758040e21b5306376 Mon Sep 17 00:00:00 2001 From: rasul Date: Tue, 7 Apr 2020 13:02:03 -0500 Subject: [PATCH] don't need to use the name mod --- src/command/set/room/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/command/set/room/mod.rs b/src/command/set/room/mod.rs index 6fb0b0f..13b37d6 100644 --- a/src/command/set/room/mod.rs +++ b/src/command/set/room/mod.rs @@ -3,5 +3,4 @@ mod name; mod room; pub use description::*; -pub use name::*; pub use room::*;