Skip to content

Commit 98060b7

Browse files
committed
Allow TripletIter variant names
Can drop this after rebase on commit 2b2ec7e "Fix clippy lints for Rust 1.54 (apache#631)", first released in 6.0.0
1 parent 0782564 commit 98060b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parquet/src/record/triplet.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ macro_rules! triplet_enum_func {
4242

4343
/// High level API wrapper on column reader.
4444
/// Provides per-element access for each primitive column.
45+
#[allow(clippy::enum_variant_names)]
4546
pub enum TripletIter {
4647
BoolTripletIter(TypedTripletIter<BoolType>),
4748
Int32TripletIter(TypedTripletIter<Int32Type>),

0 commit comments

Comments
 (0)