uutils / findutils

Rust implementation of findutils
MIT License
314 stars 38 forks source link

find: fix needless borrow clippy warning #423

Closed cakebaker closed 4 months ago

cakebaker commented 4 months ago

This PR fixes a warning from the needless_borrows_for_generic_args lint.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 66.03%. Comparing base (9f44977) to head (2be6840). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #423 +/- ## ========================================== + Coverage 65.84% 66.03% +0.19% ========================================== Files 34 34 Lines 3970 4004 +34 Branches 907 910 +3 ========================================== + Hits 2614 2644 +30 + Misses 998 996 -2 - Partials 358 364 +6 ```

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

hanbings commented 4 months ago

Merged, thanks!