Skip to content

Commit

Permalink
let rustdoc generate link
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Jan 13, 2021
1 parent 75b24d2 commit 76e1390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ pub mod prelude {
/// users to choose their numeric types. If you are writing a function which you'd like to be
/// generic over all the numeric types supported by geo, you probably want to constraint
/// your function input to `GeoFloat`. For methods which work for integers, and not just floating
/// point, see [`GeoNum`](trait.GeoFloat.html).
/// point, see [`GeoNum`].
///
/// # Examples
///
Expand Down

0 comments on commit 76e1390

Please sign in to comment.