sudo-rs icon indicating copy to clipboard operation
sudo-rs copied to clipboard

Once Rust hits >= 1.88, revisit `#[clippy attribute]` in `rpassword.rs`

Open squell opened this issue 5 months ago • 0 comments
trafficstars

Revisit the #[allow(clippy::perf)] in src/pam/rpassword.rs to probably change them to #[allow(clippy::unbuffered_bytes)] once all the runners are guaranteed to have 1.88 or higher.

It might also be that this clippy lint evaporates or becomes off-by-default, in which case we can remove the attribute.

squell avatar Jun 03 '25 13:06 squell