Skip to content

Commit

Permalink
fix compilation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Oct 7, 2024
1 parent 019e44f commit aaecfac
Show file tree
Hide file tree
Showing 65 changed files with 649 additions and 994 deletions.
4 changes: 2 additions & 2 deletions diesel/src/query_builder/combination_clause.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ impl<Combinator, Rule, Source, Rhs> CombinationClause<Combinator, Rule, Source,
CombinationClause {
combinator,
duplicate_rule,
source: ParenthesisWrapper(source),
rhs: ParenthesisWrapper(rhs),
source: ParenthesisWrapper { inner: source },
rhs: ParenthesisWrapper { inner: rhs },
order: NoOrderClause,
limit_offset: LimitOffsetClause {
limit_clause: NoLimitClause,
Expand Down
Loading

0 comments on commit aaecfac

Please sign in to comment.