Skip to content

Commit

Permalink
Put field! into prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
gammelalf committed Sep 8, 2023
1 parent f222e25 commit f65076e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pub use rorm_declaration::imr;
pub mod prelude {
pub use rorm_macro::{DbEnum, Model, Patch};

pub use crate::field;
pub use crate::fields::types::{BackRef, ForeignModel, ForeignModelByField};
pub use crate::internal::field::access::FieldAccess;
pub use crate::model::{Model, Patch};
Expand Down

0 comments on commit f65076e

Please sign in to comment.