Skip to content

Commit dcf6482

Browse files
committed
Remove clippy expectation
1 parent 21bc1a8 commit dcf6482

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • datafusion/physical-plan/src/repartition

datafusion/physical-plan/src/repartition/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,6 @@ struct PerPartitionStream {
18321832
}
18331833

18341834
impl PerPartitionStream {
1835-
#[expect(clippy::too_many_arguments)]
18361835
fn new(
18371836
schema: SchemaRef,
18381837
receiver: DistributionReceiver<MaybeBatch>,

0 commit comments

Comments
 (0)