We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In light of the sort changes in Rust 1.81 (discussed here) I note that one of our sort_by implementations is vulnerable to panic: https://github.com/georust/geo/blob/main/geo/src/algorithm/interior_point.rs#L213.
sort
sort_by
We should fix this ASAP.
The text was updated successfully, but these errors were encountered:
partial_cmp
total_cmp
Successfully merging a pull request may close this issue.
In light of the
sort
changes in Rust 1.81 (discussed here) I note that one of oursort_by
implementations is vulnerable to panic: https://github.com/georust/geo/blob/main/geo/src/algorithm/interior_point.rs#L213.We should fix this ASAP.
The text was updated successfully, but these errors were encountered: