TheAlgorithms / Rust

All Algorithms implemented in Rust
MIT License
22.91k stars 2.24k forks source link

fix: suppress new clippy warnings #789

Closed vil02 closed 2 months ago

vil02 commented 2 months ago

Pull Request Template

Description

This PR suppresses the new clippy warnings (cf. https://github.com/TheAlgorithms/Rust/actions/runs/10823322821/job/30028661597).

Checklist:

Please make sure that if there is a test that takes too long to run ( > 300ms), you #[ignore] that or try to optimize your code or make the test easier to run. We have this rule because we have hundreds of tests to run; If each one of them took 300ms, we would have to wait for a long time.

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 95.34%. Comparing base (5e2d1e2) to head (c7003bd). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #789 +/- ## ========================================== + Coverage 95.10% 95.34% +0.24% ========================================== Files 310 310 Lines 22880 22689 -191 ========================================== - Hits 21759 21632 -127 + Misses 1121 1057 -64 ```

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