1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

clippy fix

This commit is contained in:
Robin Appelman 2024-06-12 15:06:49 +02:00
commit 90ffcc0a1c
3 changed files with 3 additions and 3 deletions

View file

@ -550,7 +550,7 @@ impl Cloud {
.collect();
let mut service_ids: Vec<String> = services
.iter()
.filter_map(|service| service.names.as_ref()?.first().map(String::clone))
.filter_map(|service| service.names.as_ref()?.first().cloned())
.collect();
let pinned = (info