smartcorelib / smartcore

A comprehensive library for machine learning and numerical computing. The library provides a set of tools for linear algebra, numerical computing, optimization, and enables a generic, powerful yet still efficient approach to machine learning.
https://smartcorelib.org/
Apache License 2.0
671 stars 76 forks source link

chore: update clippy lints #272

Closed morenol closed 7 months ago

morenol commented 7 months ago

Just run cargo clippy --fix

Checklist

Current behaviour

New expected behaviour

Change logs

codecov-commenter commented 7 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (dbdc2b2) 46.23% compared to head (901a7b3) 45.04%.

Files Patch % Lines
src/linalg/basic/arrays.rs 0.00% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #272 +/- ## =============================================== - Coverage 46.23% 45.04% -1.20% =============================================== Files 85 85 Lines 7234 7206 -28 =============================================== - Hits 3345 3246 -99 - Misses 3889 3960 +71 ```

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