From 0cff41a4f2e27c94ea6df6c576bcbea61a9d15ec Mon Sep 17 00:00:00 2001 From: rasul Date: Mon, 6 Apr 2020 14:13:38 -0500 Subject: [PATCH] don't need to use name module --- src/command/set/player/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/command/set/player/mod.rs b/src/command/set/player/mod.rs index 5e49e46..8212100 100644 --- a/src/command/set/player/mod.rs +++ b/src/command/set/player/mod.rs @@ -2,5 +2,4 @@ mod name; mod password; mod player; -pub use name::*; pub use player::*;