Skip to content

Commit 86a74f5

Browse files
committed
Suppress non-trivial clippy suggestion
To be revisited
1 parent 21478e8 commit 86a74f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datafusion/substrait/src/logical_plan/consumer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ fn split_eq_and_noneq_join_predicate_with_nulls_equality(
151151
let mut nulls_equal_nulls = false;
152152

153153
for expr in exprs {
154+
#[allow(clippy::collapsible_match)]
154155
match expr {
155156
Expr::BinaryExpr(binary_expr) => match binary_expr {
156157
x @ (BinaryExpr {

0 commit comments

Comments
 (0)