hunter: remove unnecessary cloning

This commit is contained in:
Astro 2023-04-24 19:21:15 +02:00
parent 18de86dde2
commit 0bef428894
1 changed files with 0 additions and 4 deletions

View File

@ -230,10 +230,6 @@ async fn process_posts(
None
};
let introduce_hosts = introduce_hosts.into_iter()
.map(|host| host.to_owned())
.collect();
(new_post_ratio, introduce_hosts)
}