Fix features dependencies

This commit is contained in:
gwenn
2018-04-30 22:09:41 +02:00
parent 9c5c9e3c7e
commit 30e23cf0a0
2 changed files with 3 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ pub mod limits;
mod hooks;
#[cfg(feature = "hooks")]
pub use hooks::*;
#[cfg(all(feature = "vtab", feature = "functions"))]
#[cfg(feature = "vtab")]
pub mod vtab;
// Number of cached prepared statements we'll hold on to.