Skip to content

Commit 4d4b797

Browse files
committed
remove dead code allow
1 parent 9adc4fe commit 4d4b797

File tree

1 file changed

+0
-1
lines changed
  • datafusion/physical-expr/src/expressions

1 file changed

+0
-1
lines changed

datafusion/physical-expr/src/expressions/in_list.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,6 @@ pub fn in_list(
630630
///
631631
/// # Errors
632632
/// Returns an error if the array type is not supported for `InList` expressions or if we cannot build a hash based lookup.
633-
#[allow(dead_code)]
634633
pub fn in_list_from_array(
635634
expr: Arc<dyn PhysicalExpr>,
636635
array: ArrayRef,

0 commit comments

Comments
 (0)