mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
fix: comment out mssql module
This commit is contained in:
parent
e3dbd58bf2
commit
1b9ef2b7f2
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue