fix(core/database): gate rocket-impl properly

This commit is contained in:
Paul Makles
2023-04-23 22:17:34 +01:00
parent 050f3abc89
commit ae9474b95d

View File

@@ -3,6 +3,7 @@ mod ops;
#[cfg(feature = "rocket-impl")]
mod rocket;
#[cfg(feature = "rocket-impl")]
pub use self::rocket::*;
pub use model::*;
pub use ops::*;