some clippy fixups

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2019-09-11 12:06:59 +02:00
parent ef0338d497
commit 653b1ca10e
14 changed files with 34 additions and 35 deletions

View File

@ -382,7 +382,7 @@ impl WorkerTask {
update_active_workers(Some(&upid))?;
let worker = Arc::new(Self {
upid: upid,
upid,
abort_requested: AtomicBool::new(false),
data: Mutex::new(WorkerTaskData {
logger,