Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed May 21, 2024
1 parent 10ce321 commit caa891e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arrow/src/array/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ pub use arrow_array::ffi::export_array_into_raw;

// --------------------- Array's values comparison ---------------------

pub use arrow_ord::ord::{build_compare, DynComparator};
#[allow(deprecated)]
pub use arrow_ord::ord::{build_compare, make_comparator, DynComparator};

0 comments on commit caa891e

Please sign in to comment.