From 52fcd65a73d91eb905407fe8d30234a4a01f50c9 Mon Sep 17 00:00:00 2001 From: michael-bailey Date: Sun, 23 Aug 2020 15:35:41 +0100 Subject: [PATCH] removed the static crate --- src/main.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index cf77f0f..2b91ce3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,3 @@ -#[macro_use] -extern crate lazy_static; - mod client_api; mod commands; mod server;