mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
Remove warnings on mssql for statement cache
This commit is contained in:
parent
bcc42644e6
commit
71ebeb9cc3
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue