trifectatechfoundation / sudo-rs

A memory safe implementation of sudo and su.
Other
2.88k stars 77 forks source link

fix warnings that show up with nightly toolchain #773

Closed japaric closed 12 months ago

codecov[bot] commented 12 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (e2edeca) 55.24% compared to head (466d9f8) 55.24%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #773 +/- ## ======================================= Coverage 55.24% 55.24% ======================================= Files 72 72 Lines 9842 9842 ======================================= Hits 5437 5437 Misses 4405 4405 ```

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

github-actions[bot] commented 12 months ago

Number of dependencies and binary size impact report

Metric main PR #773 Delta
Direct dependencies 3 3 -
Total dependencies 4 4 -
Binary size 1021.7 KiB 1021.6 KiB -
Text size 593.5 KiB 593.4 KiB -
Dependencies diff ```diff └─ sudo-rs [v0.2.0] ├─ glob [v0.3.1] ├─ libc [v0.2.147] └─ log [v0.4.20] ```