mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-03 15:55:45 +00:00
fix: comment out mssql module
This commit is contained in:
parent
e3dbd58bf2
commit
1b9ef2b7f2
@ -60,9 +60,9 @@ pub mod sqlite;
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "mysql")))]
|
||||
pub mod mysql;
|
||||
|
||||
#[cfg(feature = "mssql")]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "mssql")))]
|
||||
pub mod mssql;
|
||||
// #[cfg(feature = "mssql")]
|
||||
// #[cfg_attr(docsrs, doc(cfg(feature = "mssql")))]
|
||||
// pub mod mssql;
|
||||
|
||||
#[cfg(feature = "db2")]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "db2")))]
|
||||
|
Loading…
x
Reference in New Issue
Block a user