From 54cdca8a11c598934eec1619048ab38fc536541c Mon Sep 17 00:00:00 2001 From: Sebastian Pravda Date: Fri, 27 Jan 2023 23:17:35 +0100 Subject: [PATCH] refactor: delete empty file --- core/src/utils/field_of_study.rs | 0 core/src/utils/mod.rs | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 core/src/utils/field_of_study.rs diff --git a/core/src/utils/field_of_study.rs b/core/src/utils/field_of_study.rs deleted file mode 100644 index e69de29..0000000 diff --git a/core/src/utils/mod.rs b/core/src/utils/mod.rs index 7065490..8205ec2 100644 --- a/core/src/utils/mod.rs +++ b/core/src/utils/mod.rs @@ -1,5 +1,4 @@ pub mod csv; pub mod filetype; pub mod db; -pub mod date; -pub mod field_of_study; \ No newline at end of file +pub mod date; \ No newline at end of file