mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-27 13:46:32 +00:00
Remove warnings on mssql for statement cache
This commit is contained in:
committed by
Ryan Leckey
parent
bcc42644e6
commit
71ebeb9cc3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user