summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-03-17 11:51:51 -0500
committerLibravatar bigfoot547 <[email protected]>2025-03-17 11:51:51 -0500
commit26fd3fab256ae5da7ab69492e17feb0d4ab231f2 (patch)
tree724449aa3d5c99881cfd83ca9e9e0ba4bb1d2d40
parentgranular progress indication (diff)
lint
-rw-r--r--ozone/src/launcher/jre.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ozone/src/launcher/jre.rs b/ozone/src/launcher/jre.rs
index e94d0c3..b889738 100644
--- a/ozone/src/launcher/jre.rs
+++ b/ozone/src/launcher/jre.rs
@@ -204,7 +204,7 @@ impl JavaRuntimeRepository {
} else {
super::download::verify_files(downloads.iter(), progress).await
.inspect_err(|e| warn!("jre file verify failed: {e}"))
- .map_err(|e| JavaRuntimeError::MultiDownloadError)
+ .map_err(|_| JavaRuntimeError::MultiDownloadError)
}
}