chore(clippy): mime_app, operation, mounter

Fixes Clippy lints for:
* src/mounter/
* src/operation/
* src/mime_app.rs
* src/mouse_area.rs (I missed two of them last time)
This commit is contained in:
Josh Megnauth 2025-01-20 01:48:41 -05:00 committed by Jeremy Soller
parent 6a6a494012
commit 8ff54d1522
4 changed files with 9 additions and 21 deletions

View file

@ -993,7 +993,7 @@ mod tests {
paths: paths_clone,
to: to_clone,
}
.perform(&sync::Mutex::new(tx).into(), Controller::new())
.perform(&sync::Mutex::new(tx).into(), Controller::default())
.await
});