mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-05 19:11:06 +00:00
style: remove comments
This commit is contained in:
parent
d0825b80d5
commit
e2d373431a
6 changed files with 0 additions and 12 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
//! SeaORM Entity. Generated by sea-orm-codegen 0.9.3
|
|
||||||
|
|
||||||
use sea_orm::entity::prelude::*;
|
use sea_orm::entity::prelude::*;
|
||||||
|
|
||||||
#[derive(Clone, Debug, PartialEq, DeriveEntityModel)]
|
#[derive(Clone, Debug, PartialEq, DeriveEntityModel)]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
//! SeaORM Entity. Generated by sea-orm-codegen 0.9.3
|
|
||||||
|
|
||||||
use sea_orm::entity::prelude::*;
|
use sea_orm::entity::prelude::*;
|
||||||
|
|
||||||
#[derive(Clone, Debug, PartialEq, DeriveEntityModel)]
|
#[derive(Clone, Debug, PartialEq, DeriveEntityModel)]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
//! SeaORM Entity. Generated by sea-orm-codegen 0.9.3
|
|
||||||
|
|
||||||
pub mod prelude;
|
pub mod prelude;
|
||||||
|
|
||||||
pub mod admin;
|
pub mod admin;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
//! SeaORM Entity. Generated by sea-orm-codegen 0.9.3
|
|
||||||
|
|
||||||
use sea_orm::entity::prelude::*;
|
use sea_orm::entity::prelude::*;
|
||||||
|
|
||||||
#[derive(Clone, Debug, PartialEq, DeriveEntityModel)]
|
#[derive(Clone, Debug, PartialEq, DeriveEntityModel)]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
//! SeaORM Entity. Generated by sea-orm-codegen 0.9.3
|
|
||||||
|
|
||||||
pub use super::admin::Entity as Admin;
|
pub use super::admin::Entity as Admin;
|
||||||
pub use super::candidate::Entity as Candidate;
|
pub use super::candidate::Entity as Candidate;
|
||||||
pub use super::parent::Entity as Parent;
|
pub use super::parent::Entity as Parent;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
//! SeaORM Entity. Generated by sea-orm-codegen 0.9.3
|
|
||||||
|
|
||||||
use sea_orm::entity::prelude::*;
|
use sea_orm::entity::prelude::*;
|
||||||
|
|
||||||
#[derive(Clone, Debug, PartialEq, DeriveEntityModel)]
|
#[derive(Clone, Debug, PartialEq, DeriveEntityModel)]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue