Skip to content

Commit

Permalink
Suppress non-trivial clippy suggestion
Browse files Browse the repository at this point in the history
To be revisited
  • Loading branch information
findepi committed Jul 25, 2024
1 parent 21478e8 commit 86a74f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/substrait/src/logical_plan/consumer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ fn split_eq_and_noneq_join_predicate_with_nulls_equality(
let mut nulls_equal_nulls = false;

for expr in exprs {
#[allow(clippy::collapsible_match)]
match expr {
Expr::BinaryExpr(binary_expr) => match binary_expr {
x @ (BinaryExpr {
Expand Down

0 comments on commit 86a74f5

Please sign in to comment.