fix convert feature without source
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-10 14:20:11 +03:00
parent 9c4882fbbb
commit f874e59a11
4 changed files with 20 additions and 8 deletions
+6 -1
View File
@@ -3,6 +3,11 @@ pub mod async_db;
#[cfg(feature = "sync")]
pub mod db;
pub mod questions;
#[cfg(any(feature = "source", feature = "source_async"))]
#[cfg(any(
feature = "source",
feature = "source_async",
feature = "convert",
feature = "convert_async"
))]
pub mod source;
pub mod util;