From a24126034b45990b59d1878124b77c3684f1ace4 Mon Sep 17 00:00:00 2001 From: shockrah Date: Fri, 31 Jul 2020 22:10:27 -0700 Subject: [PATCH] removed unused type --- server/src/channels.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/channels.rs b/server/src/channels.rs index 4ad97d4..b568553 100644 --- a/server/src/channels.rs +++ b/server/src/channels.rs @@ -52,7 +52,6 @@ impl ChannelType { } // Primary way of interpretting sql data on our channels table -pub type ChannelID = u64; pub struct Channel { id: u64, name: String,