Skip to content

Commit

Permalink
Removing unused generic param
Browse files Browse the repository at this point in the history
  • Loading branch information
phayes committed Mar 5, 2023
1 parent 03e23dd commit 0d15e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo/src/algorithm/geodesic_area.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use geographiclib_rs::{Geodesic, PolygonArea, Winding};
/// This uses the geodesic measurement methods given by [Karney (2013)].
///
/// [Karney (2013)]: https://arxiv.org/pdf/1109.4448.pdf
pub trait GeodesicArea<T, Rhs = Self> {
pub trait GeodesicArea<T> {
/// Determine the area of a geometry on an ellipsoidal model of the earth.
///
/// This uses the geodesic measurement methods given by [Karney (2013)].
Expand Down

0 comments on commit 0d15e56

Please sign in to comment.