Skip to content

Commit 2238b49

Browse files
committed
remove unneeded unused markers
1 parent fb455c0 commit 2238b49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

parquet-variant-compute/src/variant_array_builder.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,14 +236,12 @@ impl VariantBuilderExt for VariantArrayBuilder {
236236
/// assert_eq!(value_array.len(), 3);
237237
/// ```
238238
#[derive(Debug)]
239-
#[allow(unused)]
240239
pub struct VariantValueArrayBuilder {
241240
value_builder: ValueBuilder,
242241
value_offsets: Vec<usize>,
243242
nulls: NullBufferBuilder,
244243
}
245244

246-
#[allow(unused)]
247245
impl VariantValueArrayBuilder {
248246
/// Create a new `VariantValueArrayBuilder` with the specified row capacity
249247
pub fn new(row_capacity: usize) -> Self {

0 commit comments

Comments
 (0)