Week 34 of 2024
Development log of Otterhide
Remove a stale TODO comment
On by
index fb13c5f..95fc9a8 100644
--- a/src/coordinates.rs
+++ b/src/coordinates.rs
@@ -66,7 +66,6 @@ where
= T: Dimension + Clone + Ord + PartialOrd + Eq + PartialEq;
=
=/// First element is longitude from west to east, second is latitude from north to south
-// TODO: Specify Latitude and Longitude types for safety
=#[derive(Debug, Default, PartialEq, Eq, Hash, Clone, Copy, AsRef, Serialize, Deserialize)]
=pub struct Coordinates(Coordinate<Longitude>, Coordinate<Latitude>);
=