diff --git a/src/utils.rs b/src/utils.rs index dec4e32..7ccbdb9 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -19,7 +19,7 @@ along with discrete_range_map. If not, see . use core::cmp::Ordering; -use crate::{InclusiveInterval, PointType, RangeType, InclusiveRange}; +use crate::{InclusiveInterval, InclusiveRange, PointType, RangeType}; pub(crate) fn cmp_point_with_range(point: I, range: K) -> Ordering where