some clippy fixes

This commit is contained in:
Chris Cochrun 2025-09-26 14:05:57 -05:00
parent 3b1a0c4207
commit 46abd9dd7a
13 changed files with 54 additions and 85 deletions

View file

@ -73,8 +73,7 @@ impl ImageEditor {
.image
.as_ref()
.map(|v| v.id)
.unwrap_or_default()
.clone();
.unwrap_or_default();
let task = Task::perform(
pick_image(),
move |image_result| {