This is an automated email from the ASF dual-hosted git repository.

dheres pushed a commit to branch downgrade-tonic
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git

commit dfc29f889950b14f1879241974b4ea2f2cae9a9d
Author: Andrew Lamb <[email protected]>
AuthorDate: Mon Dec 2 06:57:50 2024 -0500

    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 6430c8f0e4..9772e98bb3 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};

Reply via email to