TheAlgorithms / Rust

All Algorithms implemented in Rust
MIT License
21.51k stars 2.1k forks source link

style: include `inefficient_to_string` #760

Closed vil02 closed 2 days ago

vil02 commented 2 days ago

Pull Request Template

Description

This PR removes the inefficient_to_string 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 2 days ago

Codecov Report

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

Project coverage is 95.05%. Comparing base (510bbb3) to head (f2420c0). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #760 +/- ## ======================================= Coverage 95.05% 95.05% ======================================= Files 306 306 Lines 22736 22736 ======================================= Hits 21612 21612 Misses 1124 1124 ```

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