Skip to content

Commit

Permalink
chore: fix for newer clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Dec 2, 2024
1 parent dacced6 commit dfc29f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-ord/src/ord.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit dfc29f8

Please sign in to comment.