mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 05:11:13 +00:00
Remove warnings on mssql for statement cache
This commit is contained in:
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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user