uutils / findutils

Rust implementation of findutils
MIT License
300 stars 37 forks source link

find: fix two clippy warnings #335

Closed cakebaker closed 6 months ago

cakebaker commented 6 months ago

This PR fixes two clippy warnings from the useless_asref and unnecessary_mut_passed lints.

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 58.22%. Comparing base (ae280f7) to head (f10a2e0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #335 +/- ## ========================================== + Coverage 58.17% 58.22% +0.05% ========================================== Files 30 30 Lines 3634 3634 Branches 827 827 ========================================== + Hits 2114 2116 +2 Misses 1226 1226 + Partials 294 292 -2 ```

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