From b7da8d579cb5cd9470e4770deed09fcff0a16fac Mon Sep 17 00:00:00 2001 From: EETagent Date: Mon, 24 Oct 2022 19:24:58 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20mod.rs=20z=20entity=20znovu=20pry?= =?UTF-8?q?=C4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entity/src/mod.rs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 entity/src/mod.rs diff --git a/entity/src/mod.rs b/entity/src/mod.rs deleted file mode 100644 index 642518a..0000000 --- a/entity/src/mod.rs +++ /dev/null @@ -1,7 +0,0 @@ -//! SeaORM Entity. Generated by sea-orm-codegen 0.9.3 - -pub mod prelude; - -pub mod admin; -pub mod candidate; -pub mod parent;