combine convert sync/async features
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
#[cfg(all(feature = "convert", feature = "convert_async"))]
|
||||
compile_error!(
|
||||
"feature \"convert\" and feature \"convert_async\" cannot be enabled at the same time"
|
||||
);
|
||||
|
||||
#[cfg(feature = "async")]
|
||||
pub mod async_db;
|
||||
#[cfg(feature = "sync")]
|
||||
|
||||
Reference in New Issue
Block a user