TheAlgorithms / Rust

All Algorithms implemented in Rust
MIT License
22.21k stars 2.17k forks source link

style: incldue `explicit_into_iter_loop` #749

Closed vil02 closed 3 months ago

vil02 commented 3 months ago

Pull Request Template

Description

This PR removes the explicit_into_iter_loop from the list of suppressed lints.

Continuation of #743.

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 3 months ago

Codecov Report

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

Project coverage is 95.00%. Comparing base (864ef42) to head (4a4d4b4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #749 +/- ## ======================================= Coverage 95.00% 95.00% ======================================= Files 303 303 Lines 22522 22522 ======================================= Hits 21398 21398 Misses 1124 1124 ```

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