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:
parent
8cd359c556
commit
92f01a79dd
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue