Skip to content

Commit

Permalink
fixed latlon macro, replacing ::galileo_types with (Maximkaaa#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
atbarry authored Jan 1, 2025
1 parent aec1585 commit f24ad05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions galileo-types/src/geo/impls/point.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ impl Geometry for GeoPoint2d {
#[macro_export]
macro_rules! latlon {
($lat:expr, $lon:expr) => {
<::galileo_types::geo::impls::GeoPoint2d as ::galileo_types::geo::NewGeoPoint<f64>>::latlon(
$lat, $lon,
)
<$crate::geo::impls::GeoPoint2d as $crate::geo::NewGeoPoint<f64>>::latlon($lat, $lon)
};
}

0 comments on commit f24ad05

Please sign in to comment.