uutils / findutils

Rust implementation of findutils
MIT License
280 stars 36 forks source link

xargs: remove unnecessary else blocks #318

Closed cakebaker closed 4 months ago

cakebaker commented 4 months ago

This PR fixes some "unnecessary else block" warnings shown by rustanalyzer.

codecov[bot] commented 4 months ago

Codecov Report

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

Comparison is base (46f43b5) 56.95% compared to head (e3e20c9) 57.25%. Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #318 +/- ## ========================================== + Coverage 56.95% 57.25% +0.30% ========================================== Files 30 30 Lines 3652 3652 Branches 873 872 -1 ========================================== + Hits 2080 2091 +11 Misses 1267 1267 + Partials 305 294 -11 ```

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