TheAlgorithms / Rust

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

Fix uninlined format args #738

Closed vil02 closed 3 months ago

vil02 commented 3 months ago

Pull Request Template

Description

This PR adds uninlined_format_args into the clippy setup.

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

Attention: Patch coverage is 55.26316% with 17 lines in your changes missing coverage. Please review.

Project coverage is 95.02%. Comparing base (0b8ba06) to head (0e1ad25).

Files Patch % Lines
src/data_structures/linked_list.rs 42.30% 15 Missing :warning:
src/conversions/binary_to_hexadecimal.rs 0.00% 1 Missing :warning:
src/sorting/bingo_sort.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #738 +/- ## ========================================== - Coverage 95.02% 95.02% -0.01% ========================================== Files 303 303 Lines 22577 22564 -13 ========================================== - Hits 21454 21441 -13 Misses 1123 1123 ```

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