From be2f78ed21799a99bf501a85ed423d00e4d1859f Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Thu, 12 Sep 2024 03:19:35 -0300 Subject: [PATCH] removed wtf is this --- src/util.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/util.rs b/src/util.rs index 6bad757..aeb2c07 100644 --- a/src/util.rs +++ b/src/util.rs @@ -4,10 +4,6 @@ pub fn get_uuid() -> String { Uuid::new_v4().to_string() } -pub(crate) mod data_parsing { - -} - mod request { pub fn post(data: String) -> &'static str { return "not implemented yet";