uutils / findutils

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

find: fix "item x imported redundantly" warnings #326

Closed cakebaker closed 7 months ago

cakebaker commented 7 months ago

This PR fixes many "item x imported redundantly" warnings I noticed in https://github.com/uutils/findutils/actions/runs/8043426350/job/21965483934?pr=324

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 57.23%. Comparing base (3030230) to head (f2bf4b0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #326 +/- ## ========================================== + Coverage 57.18% 57.23% +0.05% ========================================== Files 30 30 Lines 3655 3655 Branches 878 860 -18 ========================================== + Hits 2090 2092 +2 - Misses 1269 1272 +3 + Partials 296 291 -5 ```

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