argmin-rs / argmin

Numerical optimization in pure Rust
http://argmin-rs.org
Apache License 2.0
992 stars 78 forks source link

Nightly clippy lints #488

Closed jjbayer closed 6 months ago

jjbayer commented 6 months ago

This PR fixes warnings raised by

cargo +nightly clippy -p argmin --all-targets --features "_full_dev" -- -D warnings

around stricter unused_imports checks.

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.42%. Comparing base (35e00e2) to head (bfdd49d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #488 +/- ## ========================================== - Coverage 92.42% 92.42% -0.01% ========================================== Files 178 178 Lines 24314 24314 ========================================== - Hits 22472 22471 -1 - Misses 1842 1843 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.