Skip to content

Commit eb5ff93

Browse files
committed
appease clippy
1 parent cc73b0a commit eb5ff93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datafusion/pruning/src/file_pruner.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ impl FilePruner {
4747
since = "52.0.0",
4848
note = "Use `try_new` instead which returns None if no statistics are available"
4949
)]
50+
#[expect(clippy::needless_pass_by_value)]
5051
pub fn new(
5152
predicate: Arc<dyn PhysicalExpr>,
5253
logical_file_schema: &SchemaRef,

0 commit comments

Comments
 (0)