mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 13:07:46 +00:00
sort: rename lock binding variable
This commit is contained in:
parent
50f1e9a5fa
commit
e43872d4c7
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ impl TmpDirWrapper {
|
|||
}
|
||||
|
||||
pub fn wait_if_signal(&self) {
|
||||
let _ = self.lock.lock().unwrap();
|
||||
let _lock = self.lock.lock().unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue