summaryrefslogtreecommitdiffstats
path: root/src/launcher/jre/manifest.rs
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-31 02:32:19 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-31 02:32:19 -0600
commitcdeee17c2be5b8b9a333b977b3e2d373b94dfe0a (patch)
tree58ec48b5bfa9afe03ebbd9716f1f90841af914e9 /src/launcher/jre/manifest.rs
parentRemove some unused imports but not all of them (diff)
do clippy stuff and change line endings
Diffstat (limited to 'src/launcher/jre/manifest.rs')
-rw-r--r--src/launcher/jre/manifest.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/launcher/jre/manifest.rs b/src/launcher/jre/manifest.rs
index 887871a..3fd6484 100644
--- a/src/launcher/jre/manifest.rs
+++ b/src/launcher/jre/manifest.rs
@@ -37,7 +37,7 @@ pub enum JavaRuntimeFile {
File {
#[serde(default)]
executable: bool,
- downloads: FileDownloads
+ downloads: Box<FileDownloads>
},
Directory,
Link {