uutils / findutils

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

find: remove unused import on Windows #395

Closed cakebaker closed 1 month ago

cakebaker commented 1 month ago

This PR removes an unused import on Windows to fix the corresponding warning (see, for example, https://github.com/uutils/findutils/actions/runs/9285549600/job/25550305051#step:6:232).

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 58.80%. Comparing base (3badb05) to head (a0c9f2d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #395 +/- ## ======================================= Coverage 58.80% 58.80% ======================================= Files 30 30 Lines 3855 3855 Branches 851 847 -4 ======================================= Hits 2267 2267 Misses 1254 1254 Partials 334 334 ```

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