You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function calculate_haversine_distance was declared in both the trig module and the lib module.
I suspect that this may have been the cause of the failure despite cargo doc --open and cargo clippy --all-features reporting no errors when built with rustc 1.81.0 (eeb90cda1 2024-09-04).
I've published a new version 0.3.1 of the crate with lib::calculate_haversine_distance renamed to lib::calculate_haversine_distance in an attempt to workaround the issue.
The text was updated successfully, but these errors were encountered:
Crate name
unit-sphere
Build failure link
https://docs.rs/crate/unit-sphere/0.3.0/builds
Additional details
The function
calculate_haversine_distance
was declared in both thetrig
module and thelib
module.I suspect that this may have been the cause of the failure despite
cargo doc --open
andcargo clippy --all-features
reporting no errors when built withrustc 1.81.0 (eeb90cda1 2024-09-04)
.I've published a new version
0.3.1
of the crate withlib::calculate_haversine_distance
renamed tolib::calculate_haversine_distance
in an attempt to workaround the issue.The text was updated successfully, but these errors were encountered: