Skip to content

Commit d6a4497

Browse files
committed
move dsl::exists into default feature
1 parent dfeec4b commit d6a4497

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

diesel/src/expression/mod.rs

-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ pub(crate) mod assume_not_null;
2626
pub(crate) mod bound;
2727
mod coerce;
2828
pub(crate) mod count;
29-
#[cfg(not(feature = "i-implement-a-third-party-backend-and-opt-into-breaking-changes"))]
3029
pub(crate) mod exists;
31-
#[cfg(feature = "i-implement-a-third-party-backend-and-opt-into-breaking-changes")]
32-
pub mod exists;
3330
pub(crate) mod grouped;
3431
pub(crate) mod helper_types;
3532
mod not;

0 commit comments

Comments
 (0)