From 883a007371ca7b57c7769b7b519e4e110946179e Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 17 May 2020 16:05:21 -0700 Subject: [PATCH] mod::rand_utils no longer exists --- server/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/main.rs b/server/src/main.rs index 508e21d..51aa89f 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -21,7 +21,6 @@ mod schema; mod models; mod invites; mod payload; -mod rand_utils; mod users; mod channels; mod err;