trifectatechfoundation / sudo-rs

A memory safe implementation of sudo and su.
Other
2.87k stars 76 forks source link

Remove unused code from pam::sys #808

Closed Tortoaster closed 9 months ago

Tortoaster commented 9 months ago

This PR removes the #[allow(unused)] from crate::pam::sys, along with the unused code within. This was done using cargo minify.

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (328be1e) 57.46% compared to head (8f4a58a) 57.28%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #808 +/- ## ========================================== - Coverage 57.46% 57.28% -0.19% ========================================== Files 74 74 Lines 10523 10497 -26 ========================================== - Hits 6047 6013 -34 - Misses 4476 4484 +8 ```

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