mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +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…
Reference in a new issue