Skip to content

Commit

Permalink
move dsl::exists into default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
vnghia committed Feb 15, 2024
1 parent dfeec4b commit d6a4497
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions diesel/src/expression/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ pub(crate) mod assume_not_null;
pub(crate) mod bound;
mod coerce;
pub(crate) mod count;
#[cfg(not(feature = "i-implement-a-third-party-backend-and-opt-into-breaking-changes"))]
pub(crate) mod exists;
#[cfg(feature = "i-implement-a-third-party-backend-and-opt-into-breaking-changes")]
pub mod exists;
pub(crate) mod grouped;
pub(crate) mod helper_types;
mod not;
Expand Down

0 comments on commit d6a4497

Please sign in to comment.