uutils / findutils

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

find: fix usage of legacy numeric methods #403

Closed cakebaker closed 3 weeks ago

cakebaker commented 3 weeks ago

This PR fixes clippy warnings from the legacy_numeric_constants lint introduced with Rust 1.79.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 59.59%. Comparing base (98fd45a) to head (488502f). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #403 +/- ## ========================================== + Coverage 59.35% 59.59% +0.24% ========================================== Files 30 30 Lines 3914 3891 -23 Branches 865 862 -3 ========================================== - Hits 2323 2319 -4 + Misses 1259 1240 -19 Partials 332 332 ```

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