We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dsl::exists
1 parent dfeec4b commit d6a4497Copy full SHA for d6a4497
diesel/src/expression/mod.rs
@@ -26,10 +26,7 @@ pub(crate) mod assume_not_null;
26
pub(crate) mod bound;
27
mod coerce;
28
pub(crate) mod count;
29
-#[cfg(not(feature = "i-implement-a-third-party-backend-and-opt-into-breaking-changes"))]
30
pub(crate) mod exists;
31
-#[cfg(feature = "i-implement-a-third-party-backend-and-opt-into-breaking-changes")]
32
-pub mod exists;
33
pub(crate) mod grouped;
34
pub(crate) mod helper_types;
35
mod not;
0 commit comments