nyx-space / nyx

Nyx is a high fidelity, fast, reliable and validated astrodynamics toolkit library written in Rust and available in Python
https://nyxspace.com
GNU Affero General Public License v3.0
196 stars 20 forks source link

Fix clippy lints #246

Closed cmleinz closed 1 year ago

cmleinz commented 1 year ago

Effects

None

ChristopherRabotin commented 1 year ago

Thanks for the contribution, Caleb!

The CI is failing because the minimum supported rust version (MSRV) is too old (I think). Nyx version 2 is still not stable, so I'll bump up the MSRV and hope that will fix the issues.

ChristopherRabotin commented 1 year ago

MacOS build has an issue, but I'll fix that later in https://github.com/nyx-space/nyx/issues/247.