Skip to content

Commit 2112144

Browse files
committed
Clippy
1 parent 2156b81 commit 2112144

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • datafusion/functions/benches

datafusion/functions/benches/pad.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ use arrow::array::{
2121
};
2222
use arrow::datatypes::{DataType, Field, Int64Type};
2323
use arrow::util::bench_util::{
24-
create_primitive_list_array_with_seed, create_string_array_with_len,
25-
create_string_view_array_with_len,
24+
create_string_array_with_len, create_string_view_array_with_len,
2625
};
2726
use criterion::{Criterion, SamplingMode, criterion_group, criterion_main};
2827
use datafusion_common::ScalarValue;

0 commit comments

Comments
 (0)