removed weird clone
This commit is contained in:
parent
4cb9124ab7
commit
c89db2e2d7
@ -126,7 +126,7 @@ impl ExperimentController {
|
|||||||
}
|
}
|
||||||
_ => get_latest_image(0),
|
_ => get_latest_image(0),
|
||||||
} {
|
} {
|
||||||
if let Ok(image_path) = <PathBuf as Clone>::clone(&image_path)
|
if let Ok(image_path) = image_path.clone()
|
||||||
.into_os_string()
|
.into_os_string()
|
||||||
.into_string()
|
.into_string()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user