Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 authored Jan 10, 2025
1 parent a0c76cf commit 543d31f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions sea-orm-macros/src/derives/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@ mod migration;
mod model;
mod partial_model;
mod primary_key;
mod related_entity;
mod relation;
mod sql_type_match;
mod try_getable_from_json;
mod util;
mod value_type;

#[cfg(feature = "seaography")]
mod related_entity;

pub use active_enum::*;
pub use active_enum_display::*;
pub use active_model::*;
Expand All @@ -37,9 +35,7 @@ pub use migration::*;
pub use model::*;
pub use partial_model::*;
pub use primary_key::*;
pub use related_entity::*;
pub use relation::*;
pub use try_getable_from_json::*;
pub use value_type::*;

#[cfg(feature = "seaography")]
pub use related_entity::*;

0 comments on commit 543d31f

Please sign in to comment.