1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Clippy on Windows: also ignore the self warning

This commit is contained in:
Sylvestre Ledru 2022-04-13 09:26:20 +02:00
parent 8cd359c556
commit 92f01a79dd

View file

@ -34,6 +34,7 @@ impl ProcessChecker {
} }
} }
#[allow(clippy::wrong_self_convention)]
pub fn is_dead(&mut self) -> bool { pub fn is_dead(&mut self) -> bool {
if !self.dead { if !self.dead {
self.dead = unsafe { self.dead = unsafe {