trifectatechfoundation / sudo-rs

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

Spring clean-up #844

Closed squell closed 3 months ago

squell commented 3 months ago

The CI was failing because some new unused code was discovered. With the help of @taotieren and cargo minify I've removed some cobwebs, including from pam/sys.rs and an unused SetLength trait from timestamp.rs, amongst other things.

This can, if you want, be reviewed commit by commit.