summaryrefslogtreecommitdiffstats
path: root/src/chebyshev.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/chebyshev.rs')
-rw-r--r--src/chebyshev.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chebyshev.rs b/src/chebyshev.rs
index bddbd5e..f6eba8a 100644
--- a/src/chebyshev.rs
+++ b/src/chebyshev.rs
@@ -1,6 +1,6 @@
//! [Chebyshev distance](https://en.wikipedia.org/wiki/Chebyshev_distance).
-use crate::coords::{Coordinates, CoordinateMetric, CoordinateProximity};
+use crate::coords::{CoordinateMetric, CoordinateProximity, Coordinates};
use crate::distance::{Metric, Proximity};
use num_traits::{zero, Signed};