Skip to content

Commit

Permalink
Allow TripletIter variant names
Browse files Browse the repository at this point in the history
Can drop this after rebase on commit 2b2ec7e "Fix clippy lints for Rust 1.54 (apache#631)", first released in 6.0.0
  • Loading branch information
mcheshkov committed Sep 5, 2024
1 parent 69cee22 commit 163f7a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parquet/src/record/triplet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ macro_rules! triplet_enum_func {

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

0 comments on commit 163f7a9

Please sign in to comment.