mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
fix: remove mssql and db2 modules
This commit is contained in:
parent
1b9ef2b7f2
commit
2863247660
1 changed files with 0 additions and 8 deletions
|
@ -59,11 +59,3 @@ pub mod sqlite;
|
|||
#[cfg(feature = "mysql")]
|
||||
#[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 = "db2")]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "db2")))]
|
||||
pub mod db2;
|
||||
|
|
Loading…
Reference in a new issue