Skip to content

Commit

Permalink
chore(quaint): workaround for mongodb-schema-connector
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Jan 8, 2025
1 parent 94fdcdb commit de59897
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quaint/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@
//! # }
//! ```
// TODO: remove once `quaint` is no longer a transitive dependency of `mongodb-schema-connector`.
#![allow(dead_code)]

#[cfg(not(any(feature = "sqlite", feature = "postgresql", feature = "mysql", feature = "mssql")))]
compile_error!("one of 'sqlite', 'postgresql', 'mysql' or 'mssql' features must be enabled");

Expand Down

0 comments on commit de59897

Please sign in to comment.