Remove warnings on mssql for statement cache

This commit is contained in:
Julius de Bruijn 2020-06-26 10:23:17 +02:00 committed by Ryan Leckey
parent bcc42644e6
commit 71ebeb9cc3

View file

@ -1,3 +1,5 @@
#[cfg(any(feature = "sqlite", feature = "postgres", feature = "mysql"))]
mod statement_cache;
#[cfg(any(feature = "sqlite", feature = "postgres", feature = "mysql"))]
pub(crate) use statement_cache::StatementCache;