clippy fix
CI / check (push) Failing after 1m12s
CI / docker (push) Has been skipped

This commit is contained in:
Connor Johnstone
2026-04-01 22:44:23 -04:00
parent 3aecde5d0b
commit beb80b8770
+1 -1
View File
@@ -78,7 +78,7 @@ pub fn score_tracks(
local.starts_with(top_name.as_str())
|| top_name.starts_with(local.as_str())
})
.max_by_key(|(_, &pc)| pc)
.max_by_key(|&(_, &pc)| pc)
.map(|(_, &pc)| pc)
})
});