We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8ef47 commit 5fb79a3Copy full SHA for 5fb79a3
diesel/src/expression/mod.rs
@@ -26,10 +26,10 @@ 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;
+#[path = "exists.rs"]
+pub mod exists_implementation;
33
pub(crate) mod grouped;
34
pub(crate) mod helper_types;
35
mod not;
0 commit comments