fix(core/database): gate rocket-impl properly
This commit is contained in:
@@ -3,6 +3,7 @@ mod ops;
|
|||||||
#[cfg(feature = "rocket-impl")]
|
#[cfg(feature = "rocket-impl")]
|
||||||
mod rocket;
|
mod rocket;
|
||||||
|
|
||||||
|
#[cfg(feature = "rocket-impl")]
|
||||||
pub use self::rocket::*;
|
pub use self::rocket::*;
|
||||||
pub use model::*;
|
pub use model::*;
|
||||||
pub use ops::*;
|
pub use ops::*;
|
||||||
|
|||||||
Reference in New Issue
Block a user