do not create reference where none is needed

This commit is contained in:
Sebastian Hugentobler 2024-03-08 09:44:38 +01:00
parent ba3ad10fff
commit 37dec5b9e7
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ fn parse_footprint(
.trim()
.to_string();
let media = scrape_media_links(&footprint_el).ok()?;
let media = scrape_media_links(footprint_el).ok()?;
Some(Footprint {
title,