lanzatool: appease clippy by removing borrow
This commit is contained in:
parent
6e66c5f0ed
commit
65f3c67357
|
@ -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)?,
|
||||
},
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue