mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 05:26:59 +00:00
fix(core/database): gate rocket-impl properly
This commit is contained in:
@@ -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::*;
|
||||
|
||||
Reference in New Issue
Block a user