From dfc29f889950b14f1879241974b4ea2f2cae9a9d Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Mon, 2 Dec 2024 06:57:50 -0500 Subject: [PATCH] chore: fix for newer clippy --- arrow-ord/src/ord.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-ord/src/ord.rs b/arrow-ord/src/ord.rs index 6430c8f0e405..9772e98bb3b9 100644 --- a/arrow-ord/src/ord.rs +++ b/arrow-ord/src/ord.rs @@ -394,7 +394,7 @@ pub fn make_comparator( } #[cfg(test)] -pub mod tests { +mod tests { use super::*; use arrow_array::builder::{Int32Builder, ListBuilder}; use arrow_buffer::{i256, IntervalDayTime, OffsetBuffer};