lanzatool: appease clippy by removing borrow

This commit is contained in:
nikstur 2022-12-23 01:04:07 +01:00 committed by Raito Bezarius
parent 6e66c5f0ed
commit 65f3c67357
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ impl Generation {
specialisation_name: Some(name.clone()),
spec: ExtendedBootJson {
bootspec: bootspec.clone(),
extensions: Self::extract_extensions(&bootspec)?,
extensions: Self::extract_extensions(bootspec)?,
},
})
}