georust / geo

Geospatial primitives and algorithms for Rust
https://crates.io/crates/geo
Other
1.53k stars 198 forks source link

Minor: 'Cargo doc' fix trivial lint errors. #1098

Closed martinfrances107 closed 11 months ago

martinfrances107 commented 11 months ago

There are some stale references in the docs. When running cargo doc these are hidden as the user is inundated by a repeating trivial warning :-

warning: redundant explicit link target
  --> geo/src/algorithm/translate.rs:11:23
   |
11 |     /// [`AffineOps`](crate::AffineOps) trait.
   |          -----------  ^^^^^^^^^^^^^^^^ explicit target is redundant

As a first step I just want to clear these.